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

x/appwrite/src/models.d.ts>Models.VariableList

[READ-ONLY] Official Appwrite Deno SDK 🦕
Latest
type alias Models.VariableList
import { type Models } from "https://deno.land/x/appwrite@12.1.0/src/models.d.ts";
const { VariableList } = Models;

Variables List

definition: { total: number; variables: Variable[]; }