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
/
build
/
services
/
CurrencyFurterService
/
CurrencyFurterService.d.ts
3 lines
•
176 B
TypeScript
View Raw
1
2
3
import
{
CurrencyModel
}
from
'./CurrencyModel'
;
export
declare
const
getGlobalCurrencies
:
() =>
Promise
<
CurrencyModel
[]>;
//# sourceMappingURL=CurrencyFurterService.d.ts.map