Refine play type integration flow and docs
This commit is contained in:
@@ -62,7 +62,7 @@ export interface PuzzleDraftLevel {
|
||||
selectedCandidateId: string | null;
|
||||
coverImageSrc: string | null;
|
||||
coverAssetId: string | null;
|
||||
generationStatus: 'idle' | 'generating' | 'ready';
|
||||
generationStatus: 'idle' | 'generating' | 'ready' | 'failed';
|
||||
}
|
||||
|
||||
export interface PuzzleResultDraft {
|
||||
@@ -78,7 +78,7 @@ export interface PuzzleResultDraft {
|
||||
selectedCandidateId: string | null;
|
||||
coverImageSrc: string | null;
|
||||
coverAssetId: string | null;
|
||||
generationStatus: 'idle' | 'generating' | 'ready';
|
||||
generationStatus: 'idle' | 'generating' | 'ready' | 'failed';
|
||||
levels?: PuzzleDraftLevel[];
|
||||
formDraft?: {
|
||||
workTitle?: string;
|
||||
|
||||
Reference in New Issue
Block a user