ignore: sync sdk

This commit is contained in:
Aiden Cline 2025-11-21 01:04:02 -06:00
commit f6da3c467b

View file

@ -1097,6 +1097,8 @@ export type Config = {
} }
} }
} }
whitelist?: Array<string>
blacklist?: Array<string>
options?: { options?: {
apiKey?: string apiKey?: string
baseURL?: string baseURL?: string