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@8.0.0/mod.ts";
const { Collection } = Models;

Collection

definition: { $id: string; $createdAt: string; $updatedAt: string; $permissions: string[]; databaseId: string; name: string; enabled: boolean; documentSecurity: boolean; attributes: ()[]; indexes: Index[]; }