Skip to main content
Module

x/appwrite/mod.ts>Models.Variable

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

Variable

definition: { $id: string; $createdAt: string; $updatedAt: string; key: string; value: string; functionId: string; }