type alias Models.Currencyimport { type Models } from "https://deno.land/x/appwrite@5.0.1/src/models.d.ts"; const { Currency } = Models; Currency definition: { symbol: string; name: string; symbolNative: string; decimalDigits: number; rounding: number; code: string; namePlural: string; }