export const ContactsSubjects = { Feedback: 'feedback', Bugs: 'bugs', DMCA: 'dmca', Report: 'report', Advertising: 'advertising', } as const; export type ContactsSubjects = typeof ContactsSubjects[keyof typeof ContactsSubjects];