This commit is contained in:
2026-04-27 22:50:18 +08:00
parent ded6f6ee2a
commit b6c6640548
77 changed files with 5240 additions and 833 deletions

View File

@@ -79,6 +79,13 @@ export interface PuzzleRunResponse {
run: PuzzleRunSnapshot;
}
export interface SubmitPuzzleLeaderboardRequest {
profileId: string;
gridSize: PuzzleGridSize;
elapsedMs: number;
nickname: string;
}
export interface SwapPuzzlePiecesRequest {
firstPieceId: string;
secondPieceId: string;