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