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

x/appwrite/mod.ts>Models.Document

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

Document

definition: { $id: string; $collection: string; $read: string[]; $write: string[]; }