generated from cms/tibi-docs
frontend session
This commit is contained in:
15
types/global.d.ts
vendored
15
types/global.d.ts
vendored
@@ -1,10 +1,16 @@
|
||||
interface FileField {
|
||||
path: string
|
||||
src: string
|
||||
type: string
|
||||
}
|
||||
|
||||
interface Pages {
|
||||
[key: string]: Page
|
||||
}
|
||||
|
||||
interface Page {
|
||||
path: string
|
||||
teaserHomepage: teaserHomepage
|
||||
teaser: teaserHomepage
|
||||
sectionHomepage: Row
|
||||
rows: Row[]
|
||||
id: string
|
||||
@@ -12,9 +18,9 @@ interface Page {
|
||||
|
||||
interface teaserHomepage {
|
||||
showTeaser: boolean
|
||||
subtitle: string
|
||||
title: string
|
||||
description: string
|
||||
subTitle: string
|
||||
teaserTitle: string
|
||||
teaserDescription: string
|
||||
}
|
||||
|
||||
interface Row {
|
||||
@@ -48,6 +54,7 @@ interface Column {
|
||||
iconCycleSquare?: IconCycleSquare
|
||||
iconCycleCircle?: IconCycleCircle
|
||||
text: string
|
||||
textLink: TextLink
|
||||
infoBoard: InfoBoard
|
||||
worldCard: WorldCard
|
||||
nestedCard: NestedCard
|
||||
|
||||
Reference in New Issue
Block a user