Skip to main content
Module

x/appwrite/mod.ts>Models.AttributeBoolean

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

AttributeBoolean

definition: { key: string; type: string; status: string; error: string; required: boolean; array?: boolean; xdefault?: boolean; }