SmythOS SDK
    Preparing search index...

    Type Alias TDocumentPage

    type TDocumentPage = {
        content: TDocumentContent[];
        metadata: Record<string, any>;
    }
    Index

    Properties

    Properties

    content: TDocumentContent[]
    metadata: Record<string, any>