UNPKG

pl4y-data-library

Version:

This library contains the dtos, enums, schemas, and other data objects needed in the pl4y ecosystem.

6 lines (5 loc) 139 B
export enum CurrencyCodeEnum { USD = "USD", // United States Dollar EUR = "EUR", // Euro GBP = "GBP", // Great British Pound }