API reference / @evolu/common / Type / CurrencyCode

Variable: CurrencyCode

const CurrencyCode: BrandType<
  Type<"String", string, string, StringError, string, StringError>,
  "CurrencyCode",
  CurrencyCodeError,
  StringError
>;

Defined in: packages/common/src/Type.ts:824

A three-letter ISO 4217 currency code (e.g., USD, EUR).

Was this page helpful?