Skip to main content
Module

x/appwrite/mod.ts>Models.ContinentList

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

Continents List

definition: { total: number; continents: Continent[]; }