store/resources/js/constants/setting-section.ts

8 lines
160 B
TypeScript

export const SettingSection = {
SYSTEM: 'system',
SOCIAL: 'social',
MARKETPLACE: 'marketplace',
HR: 'hr',
HOMEPAGE: 'homepage',
} as const;