mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
update types
This commit is contained in:
parent
af29c9af56
commit
dc3edaaea0
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue