Skip to main content
Module

x/appwrite/mod.ts>Models.Account

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

Account

definition: { $id: string; $createdAt: string; $updatedAt: string; name: string; registration: string; status: boolean; passwordUpdate: string; email: string; phone: string; emailVerification: boolean; phoneVerification: boolean; prefs: Preferences; }