chore: generate

This commit is contained in:
opencode-agent[bot] 2026-04-04 23:26:37 +00:00
commit 6253ef0c27
2 changed files with 7 additions and 1 deletions

View file

@ -2670,6 +2670,7 @@ export type ExperimentalConsoleGetResponses = {
200: {
consoleManagedProviders: Array<string>
activeOrgName?: string
switchableOrgCount: number
}
}