@vicinae/api
    Preparing search index...

    Type Alias ReadContent

    type ReadContent = {
        file?: string;
        html?: string;
        text: string;
    }
    Index

    Properties

    Properties

    file?: string
    html?: string
    text: string