Skip to content

Commit

Permalink
refactor: make property readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
ComradeVanti committed Jan 16, 2024
1 parent 7d59aff commit 63c0b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/package-manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export type UnityPackageManifest = Readonly<{
/**
* List of samples included in the package.
*/
samples?: Array<Sample>;
samples?: ReadonlyArray<Sample>;
/**
* A constant that provides additional information to the Package Manager.
*/
Expand Down

0 comments on commit 63c0b51

Please sign in to comment.