Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/appwrite/src/models.d.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@9.1.0/src/models.d.ts";
const { ContinentList } = Models;

Continents List

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