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