diff options
| author | GitHub Action <[email protected]> | 2025-12-26 17:09:31 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-12-26 17:09:31 +0000 |
| commit | 634559760a99669446f0d17319c6a725427fe8a7 (patch) | |
| tree | b03fadc021a9b7727a74931a8e2994499d9128ef /packages/sdk/js/src/v2 | |
| parent | 155ba794cf974ed4473844c5611736178f1e5f7d (diff) | |
| download | opencode-634559760a99669446f0d17319c6a725427fe8a7.tar.gz opencode-634559760a99669446f0d17319c6a725427fe8a7.zip | |
chore: generate
Diffstat (limited to 'packages/sdk/js/src/v2')
| -rw-r--r-- | packages/sdk/js/src/v2/gen/types.gen.ts | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/packages/sdk/js/src/v2/gen/types.gen.ts b/packages/sdk/js/src/v2/gen/types.gen.ts index 2fda3375e..6b5cfc818 100644 --- a/packages/sdk/js/src/v2/gen/types.gen.ts +++ b/packages/sdk/js/src/v2/gen/types.gen.ts @@ -1152,6 +1152,11 @@ export type KeybindsConfig = { } /** + * Log level + */ +export type LogLevel = "DEBUG" | "INFO" | "WARN" | "ERROR" + +/** * Server configuration for opencode serve and web commands */ export type ServerConfig = { @@ -1406,10 +1411,7 @@ export type Config = { */ theme?: string keybinds?: KeybindsConfig - /** - * Log level - */ - logLevel?: "DEBUG" | "INFO" | "WARN" | "ERROR" + logLevel?: LogLevel /** * TUI specific settings */ |
