1
This commit is contained in:
@@ -37,6 +37,15 @@ export interface PutMatch3DWorkRequest {
|
||||
difficulty: number;
|
||||
}
|
||||
|
||||
export interface GenerateMatch3DWorkTagsRequest {
|
||||
gameName: string;
|
||||
themeText: string;
|
||||
}
|
||||
|
||||
export interface GenerateMatch3DWorkTagsResponse {
|
||||
tags: string[];
|
||||
}
|
||||
|
||||
export interface Match3DWorkSummary {
|
||||
workId: string;
|
||||
profileId: string;
|
||||
|
||||
Reference in New Issue
Block a user