Skip to main content
Module

x/appwrite/mod.ts>Models.Continent

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

Continent

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