UNPKG

@basex-fi/sdk-core

Version:

An SDK for building applications on top of BaseX

4 lines (3 loc) 142 B
import { NativeCurrency } from "./nativeCurrency"; import { Token } from "./token"; export declare type Currency = NativeCurrency | Token;