feat(SW-237): Updated typings and code optimizations

This commit is contained in:
Hrishikesh Vaipurkar
2024-08-26 16:53:52 +02:00
parent 4d25573289
commit ad2182a60b
4 changed files with 60 additions and 18 deletions

View File

@@ -0,0 +1,7 @@
export enum ContentTypeEnum {
accountPage = "account_page",
loyaltyPage = "loyalty_page",
hotelPage = "hotel_page",
contentPage = "content_page",
currentBlocksPage = "current_blocks_page",
}