SAS Tier matching comparison block (SW-921) Approved-by: Joakim Jäderberg Approved-by: Matilda Landström
16 lines
402 B
TypeScript
16 lines
402 B
TypeScript
export namespace BlocksEnums {
|
|
export const enum block {
|
|
Accordion = "Accordion",
|
|
CardsGrid = "CardsGrid",
|
|
Content = "Content",
|
|
DynamicContent = "DynamicContent",
|
|
Shortcuts = "Shortcuts",
|
|
Table = "Table",
|
|
TextCols = "TextCols",
|
|
TextContent = "TextContent",
|
|
UspGrid = "UspGrid",
|
|
SasTierComparison = "SasTierComparison",
|
|
HotelListing = "HotelListing",
|
|
}
|
|
}
|