export * from './activity'; export * from './category'; export * from './common'; export * from './content'; export * from './event'; export * from './question'; export * from './quiz'; export * from './user'; export * from './reward'; export * from './token'; export * from './cv.enum'; export declare enum FunctionName { FIND_ALL = "findAll", FIND_ONE = "findOne", CREATE = "create", UPDATE = "update", DELETE = "delete" } export declare const FunctionNameCRUD: FunctionName[]; export declare enum TOGGLE_DISPLAY { YES = 1, NO = 2 } export declare enum ActiveType { ACTIVE = 1, DEACTIVE = 2 } export declare enum Display { MOBILE = "MOBILE", WEB = "WEB", ALL = "ALL" } export declare enum DifficultyType { EASY = "EASY", MEDIUM = "MEDIUM", HARD = "HARD", EXPERT = "EXPERT", NOT_APPLICABLE = "NOT_APPLICABLE", MIXED = "MIXED" } export declare enum AdminType { SUPER_AMIN = "superAdmin", ADMIN = "admin" } export declare enum BannerType { EVENT = "EVENT", LUCKY_SPIN = "LUCKY_SPIN", QUIZZ = "QUIZZ", URL = "URL" } export declare enum GiftType { GIFT = "GIFT", QUOTE = "QUOTE", TURN = "TURN", LEAP = "LEAP", HOP = "HOP" } export declare enum SettingKey { common_setting = "common_setting", common_universal_link = "common_universal_link", common_ch_play_link = "common_ch_play_link", common_app_store_link = "common_app_store_link", common_metahop_setting = "common_metahop_setting", marketing_tracking_metahop = "marketing_tracking_metahop", marketing_tracking = "marketing_tracking", whitelabel_config = "whitelabel_config", whitelabel_default = "whitelabel_default", dailyturn_default = "dailyturn_default", cost_config_default = "cost_config_default" } export declare enum BadgeType { CATEGORY = "CATEGORY", LEVEL = "LEVEL", ENGAGEMENT = "ENGAGEMENT" } //# sourceMappingURL=index.d.ts.map