11 lines
413 B
TypeScript
11 lines
413 B
TypeScript
export const APP_CONFIG_KEYS = {
|
|
notification: 'notification',
|
|
scheduledJobs: 'scheduled_jobs',
|
|
fulfillmentRouting: 'fulfillment_routing',
|
|
cloudtentaclesSources: 'cloudtentacles_sources',
|
|
cloudtentaclesSession: 'cloudtentacles_session',
|
|
cloudtentaclesOverrideRules: 'cloudtentacles_override_rules',
|
|
kuaishouFeifei: 'kuaishou_feifei',
|
|
kuaishouIndustrySource: 'kuaishou_industry_source',
|
|
} as const
|