interface DocumentBlock {
    format: "html" | "pdf" | "csv" | "doc" | "docx" | "xls" | "xlsx" | "txt" | "md";
    name: string;
    source: BytesDocumentSource;
}

Properties

Properties

format: "html" | "pdf" | "csv" | "doc" | "docx" | "xls" | "xlsx" | "txt" | "md"
name: string