type alias Models.Continentimport { type Models } from "https://deno.land/x/appwrite@5.0.1/src/models.d.ts"; const { Continent } = Models; Continent definition: { name: string; code: string; }