Skip to main content
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.0/mod.ts";
const { Currency } = Models;

Currency

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