UNPKG
wgo-databank
Version:
latest (0.0.1)
0.0.1
WGO Banks Information Services Module
github.com/wisegar-org/wgo-databank
wisegar-org/wgo-databank
wgo-databank
/
src
/
services
/
CurrencyFurterService
/
CurrencyModel.ts
5 lines
(4 loc)
•
78 B
text/typescript
View Raw
1
2
3
4
5
export
interface
CurrencyModel
{
code
:
string
;
description
:
string
; }