update types

pull/3615/head
Aiden Cline 2025-10-31 10:49:52 -05:00
parent 46d675b980
commit b628c580c2
1 changed files with 2 additions and 2 deletions

View File

@ -426,7 +426,7 @@ export type Config = {
output: Array<"text" | "audio" | "image" | "video" | "pdf">
}
experimental?: boolean
status?: "alpha" | "beta"
status?: "alpha" | "beta" | "deprecated"
options?: {
[key: string]: unknown
}
@ -990,7 +990,7 @@ export type Model = {
output: Array<"text" | "audio" | "image" | "video" | "pdf">
}
experimental?: boolean
status?: "alpha" | "beta"
status?: "alpha" | "beta" | "deprecated"
options: {
[key: string]: unknown
}