Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
pomdtr committed Dec 12, 2023
1 parent cca5bd1 commit fe4f351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/manifest.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export type Manifest = {
title: string;
description?: string;
root?: string[];
root?: readonly string[];
preferences?: readonly Input[];
commands: readonly Command[];
};
Expand Down

0 comments on commit fe4f351

Please sign in to comment.