export const ReportFormsSubjects = { DMCA: 'dmca', Inappropriate: 'inappropriate', Issue: 'issue', Wrong: 'wrong', Malware: 'malware', } as const; export type ReportFormsSubjects = typeof ReportFormsSubjects[keyof typeof ReportFormsSubjects];