mirror of
https://github.com/GeorgeSG/v0.gar.dev
synced 2025-12-28 21:30:29 +00:00
4 lines
70 B
TypeScript
4 lines
70 B
TypeScript
type Difficulty = 'easy' | 'medium' | 'hard';
|
|
|
|
export { Difficulty };
|