export const isCsv = (document: T) => document?.fileType === 'text/csv' || document?.fileType === 'application/csv';