1
This commit is contained in:
@@ -23,6 +23,10 @@ export interface PuzzleWorkSummary {
|
||||
remixCount?: number;
|
||||
likeCount?: number;
|
||||
recentPlayCount7d?: number;
|
||||
pointIncentiveTotalHalfPoints?: number;
|
||||
pointIncentiveClaimedPoints?: number;
|
||||
pointIncentiveTotalPoints?: number;
|
||||
pointIncentiveClaimablePoints?: number;
|
||||
publishReady: boolean;
|
||||
levels?: PuzzleDraftLevel[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user