Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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@9.1.0/mod.ts";
const { ContinentList } = Models;

Continents List

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