type alias Models.AttributeBooleanimport { type Models } from "https://deno.land/x/appwrite@5.0.1/src/models.d.ts"; const { AttributeBoolean } = Models; AttributeBoolean definition: { key: string; type: string; status: string; required: boolean; array?: boolean; xdefault?: boolean; }