Files
bigcapital/packages/server/src/interfaces/Http.ts
2023-11-28 19:53:13 +02:00

8 lines
240 B
TypeScript

export const ACCEPT_TYPE = {
APPLICATION_PDF: 'application/pdf',
APPLICATION_JSON: 'application/json',
APPLICATION_JSON_TABLE: 'application/json+table',
APPLICATION_XLSX: 'application/xlsx',
APPLICATION_CSV: 'application/csv',
};