refactor(deps): migrate to nuxt v4
This commit is contained in:
9
app/components/aigc/drawing/index.d.ts
vendored
Normal file
9
app/components/aigc/drawing/index.d.ts
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
export declare interface ResultBlockMeta {
|
||||
modal?: string
|
||||
cost?: string
|
||||
ratio?: string
|
||||
id?: string
|
||||
style?: string
|
||||
datetime?: number
|
||||
type?: string
|
||||
}
|
||||
Reference in New Issue
Block a user