robin - final version

This commit is contained in:
2023-07-16 21:31:08 +00:00
parent 8128f4f641
commit 383c1be382
10 changed files with 363 additions and 9 deletions

5
types/global.d.ts vendored
View File

@@ -119,10 +119,15 @@ interface InfoBoard {
}
interface WorldCard {
rows: WorldCardRow[]
}
interface worldCardRow {
cards: Card[]
}
interface Card {
verticalAlignment: string
horizontalAlignment: string
image: FileField
title: string
properties: number[]