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

6 lines
110 B
TypeScript
Raw Permalink Normal View History

2022-12-03 20:02:18 +00:00
export default interface ReadyOrNotMap {
name: string,
alias: string,
href: string,
floors: number[]
}