Skip to content

Commit

Permalink
[puzzles] Fix type TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Apr 4, 2021
1 parent 4e2c704 commit e319cb4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cubing/puzzles/PuzzleLoader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ export interface PuzzleLoader {
svg: () => Promise<string>;
llSVG?: () => Promise<string>;
pg?: () => Promise<PuzzleGeometry>;
appearance?: (stickering: string /* TODO */) => Promise<PuzzleAppearance>;
appearance?: (
stickering: ExperimentalStickering,
) => Promise<PuzzleAppearance>;
stickerings?: () => Promise<ExperimentalStickering[]>;
}

0 comments on commit e319cb4

Please sign in to comment.