Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/appwrite/mod.ts>Models.Currency

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

Currency

definition: { symbol: string; name: string; symbolNative: string; decimalDigits: number; rounding: number; code: string; namePlural: string; }