update types

This commit is contained in:
Aiden Cline
2025-10-31 10:49:52 -05:00
parent 46d675b980
commit b628c580c2

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
}