Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/appwrite/src/models.d.ts>Models.Index

[READ-ONLY] Official Appwrite Deno SDK 🦕
Latest
type alias Models.Index
import { type Models } from "https://deno.land/x/appwrite@12.1.0/src/models.d.ts";
const { Index } = Models;

Index

definition: { key: string; type: string; status: string; error: string; attributes: string[]; orders?: string[]; }