generated from cms/tibi-docs
This commit is contained in:
4
types/global.d.ts
vendored
4
types/global.d.ts
vendored
@@ -64,7 +64,7 @@ type Module =
|
||||
| { id: string; type: "worldCard"; worldCard: WorldCard }
|
||||
| { id: string; type: "chefTeam" }
|
||||
| { id: string; type: "employeeTeam" }
|
||||
| { id: string; type: "jobOfferLink" }
|
||||
| { id: string; type: "jobOfferLink"; jobOfferPage: string }
|
||||
| { id: string; type: "jobOffer" }
|
||||
|
||||
interface Publication {
|
||||
@@ -107,7 +107,7 @@ interface InfoBoard {
|
||||
}
|
||||
|
||||
interface WorldCard {
|
||||
rows: WorldCardRow[]
|
||||
row: WorldCardRow[]
|
||||
}
|
||||
interface worldCardRow {
|
||||
cards: Card[]
|
||||
|
||||
Reference in New Issue
Block a user