Skip to main content
Module

x/appwrite/mod.ts>Models.Collection

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

Collection

definition: { $id: string; $read: string[]; $write: string[]; name: string; enabled: boolean; permission: string; attributes: string[]; indexes: Index[]; }