11 lines
336 B
TypeScript
11 lines
336 B
TypeScript
export namespace StartPageEnum {
|
|
export namespace ContentStack {
|
|
export const enum blocks {
|
|
CardsGrid = "StartPageBlocksCardsGrid",
|
|
CarouselCards = "StartPageBlocksCarouselCards",
|
|
FullWidthCampaign = "StartPageBlocksFullWidthCampaign",
|
|
JoinScandicFriends = "StartPageBlocksJoinScandicFriends",
|
|
}
|
|
}
|
|
}
|