Content Migration from websites repo
This commit is contained in:
parent
4b0bd40dcf
commit
5869e05c33
49 changed files with 9081 additions and 1 deletions
interfaces
6
interfaces/ReadyOrNot.ts
Normal file
6
interfaces/ReadyOrNot.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
export default interface ReadyOrNotMap {
|
||||
name: string,
|
||||
alias: string,
|
||||
href: string,
|
||||
floors: number[]
|
||||
}
|
Reference in a new issue