Skip to main content
Module

x/appwrite/mod.ts>Models.Country

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

Country

definition: { name: string; code: string; }