Skip to main content
Module

x/appwrite/mod.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@6.0.0-RC1/mod.ts";
const { Index } = Models;

Index

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