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

Hierarchy (view full)

Properties

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