1
This commit is contained in:
@@ -18,6 +18,9 @@ export interface Match3DGeneratedBackgroundAsset {
|
||||
prompt: string;
|
||||
imageSrc?: string | null;
|
||||
imageObjectKey?: string | null;
|
||||
containerPrompt?: string | null;
|
||||
containerImageSrc?: string | null;
|
||||
containerImageObjectKey?: string | null;
|
||||
status: string;
|
||||
error?: string | null;
|
||||
}
|
||||
@@ -115,6 +118,7 @@ export interface PutMatch3DWorkRequest {
|
||||
export interface GenerateMatch3DWorkTagsRequest {
|
||||
gameName: string;
|
||||
themeText: string;
|
||||
summary?: string | null;
|
||||
}
|
||||
|
||||
export interface GenerateMatch3DWorkTagsResponse {
|
||||
|
||||
Reference in New Issue
Block a user