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