Files
web/types/enums/blocks.ts
2024-09-24 09:47:31 +02:00

11 lines
247 B
TypeScript

export namespace BlocksEnums {
export const enum block {
CardsGrid = "CardsGrid",
Content = "Content",
DynamicContent = "DynamicContent",
Shortcuts = "Shortcuts",
TextCols = "TextCols",
TextContent = "TextContent",
}
}