@terrestris/shogun-util
    Preparing search index...

    Interface TextualContentsArgs

    interface TextualContentsArgs {
        category?: string;
        created?: string | Date;
        id?: number;
        markdown?: string;
        modified?: string | Date;
        title?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    category?: string
    created?: string | Date
    id?: number
    markdown?: string
    modified?: string | Date
    title?: string