Content Migration from websites repo

This commit is contained in:
Neshura 2022-12-03 21:02:18 +01:00
parent 4b0bd40dcf
commit 5869e05c33
No known key found for this signature in database
GPG key ID: ACDF5B6EBECF6B0A
49 changed files with 9081 additions and 1 deletions
interfaces

6
interfaces/ReadyOrNot.ts Normal file
View file

@ -0,0 +1,6 @@
export default interface ReadyOrNotMap {
name: string,
alias: string,
href: string,
floors: number[]
}