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

8 lines
178 B
TypeScript

export namespace SidebarEnums {
export const enum blocks {
Content = "Content",
DynamicContent = "DynamicContent",
JoinLoyaltyContact = "JoinLoyaltyContact",
}
}