update types

This commit is contained in:
Aiden Cline 2025-10-31 10:49:52 -05:00 committed by Dax Raad
parent af29c9af56
commit dc3edaaea0

View file

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