ignore: sync sdk

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

View file

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