Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/appwrite/src/models.d.ts>Models.Phone

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

Phone

definition: { code: string; countryCode: string; countryName: string; }