Type Alias TypedReferenceModel

TypedReferenceModel:
    | { type: "doc_x" } & DocxReferenceModel
    | { type: "json" } & JsonReferenceModel
    | { type: "markdown" } & MarkdownReferenceModel
    | { type: "pdf" } & PdfReferenceModel
    | { type: "text" } & TextReferenceModel