Skip to main content
Module

x/appwrite/mod.ts>Models.Locale

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

Locale

definition: { ip: string; countryCode: string; country: string; continentCode: string; continent: string; eu: boolean; currency: string; }