1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user