8 lines
160 B
TypeScript
8 lines
160 B
TypeScript
export const SettingSection = {
|
|
SYSTEM: 'system',
|
|
SOCIAL: 'social',
|
|
MARKETPLACE: 'marketplace',
|
|
HR: 'hr',
|
|
HOMEPAGE: 'homepage',
|
|
} as const;
|