UNPKG

cecon-interfaces

Version:
7 lines (6 loc) 121 B
export interface IEngineFees { active: boolean; amount: number; onlyPix: boolean; percentage: boolean; }