diff options
Diffstat (limited to 'packages/sdk/js/src')
| -rw-r--r-- | packages/sdk/js/src/gen/types.gen.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts index 8e9662ad5..1c4fc5b35 100644 --- a/packages/sdk/js/src/gen/types.gen.ts +++ b/packages/sdk/js/src/gen/types.gen.ts @@ -585,6 +585,9 @@ export type Config = { */ scroll_speed: number } + /** + * Command configuration, see https://opencode.ai/docs/commands + */ command?: { [key: string]: { template: string |
