DocumentFormat
type DocumentFormat = | "pdf" | "csv" | "doc" | "docx" | "xls" | "xlsx" | "html" | "txt" | "md" | "json" | "xml";Defined in: src/types/media.ts:278
Document format type.
type DocumentFormat = | "pdf" | "csv" | "doc" | "docx" | "xls" | "xlsx" | "html" | "txt" | "md" | "json" | "xml";Defined in: src/types/media.ts:278
Document format type.