diff --git a/sdk/manifest.ts b/sdk/manifest.ts index 06a261d3..8ff67903 100644 --- a/sdk/manifest.ts +++ b/sdk/manifest.ts @@ -1,7 +1,7 @@ export type Manifest = { title: string; description?: string; - root?: string[]; + root?: readonly string[]; preferences?: readonly Input[]; commands: readonly Command[]; };