1
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
2026-05-02 20:43:41 +08:00
parent 543ccf2509
commit 5831703156
36 changed files with 799 additions and 254 deletions

View File

@@ -124,6 +124,10 @@ export interface DragPuzzlePieceRequest {
targetCol: number;
}
export interface AdvancePuzzleNextLevelRequest {
targetProfileId?: string | null;
}
export interface UsePuzzleRuntimePropRequest {
propKind: PuzzleRuntimePropKind;
}