diff options
| author | Aiden Cline <[email protected]> | 2025-11-21 01:04:02 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-11-21 01:04:02 -0600 |
| commit | f6da3c467bb34f22710f56568548fe2b04ac0291 (patch) | |
| tree | ddfc84b7de4f19e4e083f402f75dd567c6c54e7b | |
| parent | c0d9f21c0f921b6baf2e034ed64133af04d5b7fb (diff) | |
| download | opencode-f6da3c467bb34f22710f56568548fe2b04ac0291.tar.gz opencode-f6da3c467bb34f22710f56568548fe2b04ac0291.zip | |
ignore: sync sdk
| -rw-r--r-- | packages/sdk/js/src/gen/types.gen.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/sdk/js/src/gen/types.gen.ts b/packages/sdk/js/src/gen/types.gen.ts index ebd1140f1..f13d14a90 100644 --- a/packages/sdk/js/src/gen/types.gen.ts +++ b/packages/sdk/js/src/gen/types.gen.ts @@ -1097,6 +1097,8 @@ export type Config = { } } } + whitelist?: Array<string> + blacklist?: Array<string> options?: { apiKey?: string baseURL?: string |
