mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 09:48:32 +00:00
fix native typescript
This commit is contained in:
parent
a09221bb26
commit
8144173eee
1 changed files with 2 additions and 2 deletions
|
|
@ -43,7 +43,7 @@ export interface Inference {
|
|||
createdAt: string
|
||||
parameters: InferenceParameters
|
||||
status: string
|
||||
images: InferenceImage[]
|
||||
images: ScenarioImage[]
|
||||
imagesNumber: number
|
||||
displayPrompt: string
|
||||
}
|
||||
|
|
@ -81,7 +81,7 @@ export interface ScenarioInferenceProgress {
|
|||
authorId: string
|
||||
modelId: string
|
||||
createdAt: string
|
||||
parameters: Parameters
|
||||
parameters: InferenceParameters
|
||||
status: string
|
||||
images: ScenarioImage[]
|
||||
imagesNumber: number
|
||||
|
|
|
|||
Loading…
Reference in a new issue