SmythOS SDK
    Preparing search index...

    Type Alias TDocumentParseSettings

    type TDocumentParseSettings = {
        author?: string;
        date?: string;
        tags?: string[];
        title?: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    author?: string
    date?: string
    tags?: string[]
    title?: string