SmythOS SDK
    Preparing search index...

    Type Alias TParsedDocument

    type TParsedDocument = {
        metadata: TDocumentMetadata;
        pages: TDocumentPage[];
        title: string;
    }
    Index

    Properties

    Properties

    pages: TDocumentPage[]
    title: string