Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface DeleteIndexParams
import { type DeleteIndexParams } from "https://deno.land/x/deno_es@v0.5.1/src/types.ts";

Properties

index: string | string[]
optional
timeout: number
optional
master_timeout: number
optional
ignore_unavailable: boolean
optional
allow_no_indices: boolean
optional
expand_wildcards:
| "open"
| "closed"
| "hidden"
| "none"
| "all"