type alias Models.Indeximport { type Models } from "https://deno.land/x/appwrite@9.1.0/src/models.d.ts"; const { Index } = Models; Index definition: { key: string; type: string; status: string; error: string; attributes: string[]; orders?: string[]; }