ignore: fix typecheck in dev (#20702)

This commit is contained in:
Aiden Cline
2026-04-02 15:38:30 +00:00
committed by GitHub
parent 159ede2d5c
commit 510a1e8140
6 changed files with 72 additions and 71 deletions
+12
View File
@@ -4168,11 +4168,23 @@ export type ProviderListResponses = {
input: Array<"text" | "audio" | "image" | "video" | "pdf">
output: Array<"text" | "audio" | "image" | "video" | "pdf">
}
experimental?: boolean
status?: "alpha" | "beta" | "deprecated"
options: {
[key: string]: unknown
}
headers?: {
[key: string]: string
}
provider?: {
npm?: string
api?: string
}
variants?: {
[key: string]: {
[key: string]: unknown
}
}
}
}
}>