Skip to main content
Module

x/appwrite/mod.ts>Models.DocumentList

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

Documents List

definition: { total: number; documents: Document[]; }