This repository has been archived on 2024-08-06. You can view files and clone it, but cannot push or open issues or pull requests.
readyornot/interfaces/ReadyOrNot.ts
2022-12-03 21:02:18 +01:00

6 lines
110 B
TypeScript

export default interface ReadyOrNotMap {
name: string,
alias: string,
href: string,
floors: number[]
}