Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

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

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

Index

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