Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | 2x 2x 2x 2x 2x 2x 2x | export const SET_FILTER_TYPE = 'set-filter-type'; export const SET_FILTER_UNREAD = 'set-filter-unread'; export const SET_DOC_READ = 'set-doc-read'; export const FETCH_DOCUMENTS = 'fetch'; export const SET_DOCUMENTS = 'set-list'; export const SET_DOCUMENT = 'set-current-doc'; export const FILTER_TYPES = { ALL: 'ALL', INVOICE: 'FACTURES', REIMBURSEMENT: 'DECOMPTES_PRESTATIONS', LETTER: 'AUTRES_DOCUMENTS', ATTESTATION: 'ATTESTATIONS_CERTIFICATS', }; |