1
This commit is contained in:
@@ -24,11 +24,11 @@ export interface PuzzleWorkSummary {
|
||||
likeCount?: number;
|
||||
recentPlayCount7d?: number;
|
||||
publishReady: boolean;
|
||||
levels?: PuzzleDraftLevel[];
|
||||
}
|
||||
|
||||
export interface PuzzleWorkProfile extends PuzzleWorkSummary {
|
||||
anchorPack: PuzzleAnchorPack;
|
||||
levels?: PuzzleDraftLevel[];
|
||||
metadata?: JsonObject | null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user