mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 12:20:31 +00:00
feat: export reports csv and xlsx (#286)
This commit is contained in:
7
packages/server/src/interfaces/Http.ts
Normal file
7
packages/server/src/interfaces/Http.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
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',
|
||||
};
|
||||
Reference in New Issue
Block a user