1
This commit is contained in:
@@ -17,7 +17,9 @@ export interface PuzzleWorkSummary {
|
||||
publicationStatus: PuzzleWorkPublicationStatus;
|
||||
updatedAt: string;
|
||||
publishedAt: string | null;
|
||||
playCount: number;
|
||||
playCount?: number;
|
||||
remixCount?: number;
|
||||
likeCount?: number;
|
||||
publishReady: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user