chore(FE-188,193): create ACCEPTED_FILE_TYPES constant

This commit is contained in:
ValdiANS
2025-11-06 15:29:00 +07:00
parent f011f5b7f9
commit 6e582c4e7c
+9
View File
@@ -231,3 +231,12 @@ export const RECORDING_FLAG_OPTIONS = [
{ label: 'Ayam Culling', value: 'Ayam Culling' },
{ label: 'Ayam Mati', value: 'Ayam Mati' },
];
export const ACCEPTED_FILE_TYPE = {
PDF: {
'application/pdf': ['.pdf'],
},
IMAGE: {
'image/*': [],
},
};