Skip to main content
Module

x/appwrite/mod.ts>Models.CountryList

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

Countries List

definition: { total: number; countries: Country[]; }