UNPKG

mobyo-interfaces

Version:
6 lines (5 loc) 117 B
import { IFee } from "../../transaction"; export interface IGlobalSettingTaxes { id: string; fees: IFee[]; }