no message
This commit is contained in:
parent
bc7afa31e1
commit
503cb9bbcc
21
src/types/database.d.ts
vendored
21
src/types/database.d.ts
vendored
@ -1,4 +1,4 @@
|
|||||||
// @db-hash c2029b55b7dcdcf64788dafc34799fea
|
// @db-hash ae0b5b1d792b614db036441010965ace
|
||||||
//该文件由脚本自动生成,请勿手动修改
|
//该文件由脚本自动生成,请勿手动修改
|
||||||
|
|
||||||
export interface memories {
|
export interface memories {
|
||||||
@ -42,11 +42,13 @@ export interface o_artStyle {
|
|||||||
export interface o_assets {
|
export interface o_assets {
|
||||||
'assetsId'?: number | null;
|
'assetsId'?: number | null;
|
||||||
'describe'?: string | null;
|
'describe'?: string | null;
|
||||||
|
'flowId'?: number | null;
|
||||||
'id'?: number;
|
'id'?: number;
|
||||||
'imageId'?: number | null;
|
'imageId'?: number | null;
|
||||||
'name'?: string | null;
|
'name'?: string | null;
|
||||||
'projectId'?: number | null;
|
'projectId'?: number | null;
|
||||||
'prompt'?: string | null;
|
'prompt'?: string | null;
|
||||||
|
'promptErrorReason'?: string | null;
|
||||||
'promptState'?: string | null;
|
'promptState'?: string | null;
|
||||||
'remark'?: string | null;
|
'remark'?: string | null;
|
||||||
'scriptId'?: number | null;
|
'scriptId'?: number | null;
|
||||||
@ -70,6 +72,7 @@ export interface o_eventChapter {
|
|||||||
}
|
}
|
||||||
export interface o_image {
|
export interface o_image {
|
||||||
'assetsId'?: number | null;
|
'assetsId'?: number | null;
|
||||||
|
'errorReason'?: string | null;
|
||||||
'filePath'?: string | null;
|
'filePath'?: string | null;
|
||||||
'id'?: number;
|
'id'?: number;
|
||||||
'model'?: string | null;
|
'model'?: string | null;
|
||||||
@ -79,10 +82,8 @@ export interface o_image {
|
|||||||
'type'?: string | null;
|
'type'?: string | null;
|
||||||
}
|
}
|
||||||
export interface o_imageFlow {
|
export interface o_imageFlow {
|
||||||
'assetsId'?: number | null;
|
|
||||||
'flowData': string;
|
'flowData': string;
|
||||||
'id'?: number;
|
'id'?: number;
|
||||||
'storyboardId'?: number | null;
|
|
||||||
}
|
}
|
||||||
export interface o_novel {
|
export interface o_novel {
|
||||||
'chapter'?: string | null;
|
'chapter'?: string | null;
|
||||||
@ -162,26 +163,18 @@ export interface o_skillList {
|
|||||||
'updateTime': number;
|
'updateTime': number;
|
||||||
}
|
}
|
||||||
export interface o_storyboard {
|
export interface o_storyboard {
|
||||||
'camera'?: string | null;
|
|
||||||
'createTime'?: number | null;
|
'createTime'?: number | null;
|
||||||
'description'?: string | null;
|
|
||||||
'duration'?: string | null;
|
'duration'?: string | null;
|
||||||
'filePath'?: string | null;
|
'filePath'?: string | null;
|
||||||
'frameMode'?: string | null;
|
'flowId'?: number | null;
|
||||||
'group'?: string | null;
|
|
||||||
'id'?: number;
|
'id'?: number;
|
||||||
'index'?: number | null;
|
'index'?: number | null;
|
||||||
'lines'?: string | null;
|
'projectId'?: number | null;
|
||||||
'mode'?: string | null;
|
|
||||||
'model'?: string | null;
|
|
||||||
'prompt'?: string | null;
|
'prompt'?: string | null;
|
||||||
'reason'?: string | null;
|
'reason'?: string | null;
|
||||||
'resolution'?: string | null;
|
|
||||||
'scriptId'?: number | null;
|
'scriptId'?: number | null;
|
||||||
'sound'?: string | null;
|
|
||||||
'state'?: string | null;
|
'state'?: string | null;
|
||||||
'title'?: string | null;
|
'trackId'?: number | null;
|
||||||
'videoPrompt'?: string | null;
|
|
||||||
}
|
}
|
||||||
export interface o_tasks {
|
export interface o_tasks {
|
||||||
'describe'?: string | null;
|
'describe'?: string | null;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user