Documentation
    Preparing search index...

    Interface RemoveIndexQueryOptions

    interface RemoveIndexQueryOptions {
        cascade?: boolean;
        concurrently?: boolean;
        ifExists?: boolean;
    }

    Hierarchy (View Summary)

    Index
    cascade?: boolean
    concurrently?: boolean
    ifExists?: boolean