index.ts 78 B

12345
  1. export interface LevelInfo {
  2. levelNum: string
  3. name: string
  4. to: string
  5. }