generated from cms/tibi-docs
robin - final version
This commit is contained in:
5
types/global.d.ts
vendored
5
types/global.d.ts
vendored
@@ -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[]
|
||||
|
||||
Reference in New Issue
Block a user