UNPKG

cecon-interfaces

Version:
8 lines (7 loc) 193 B
import { EOperationType } from '../..'; import { EDiscountType } from '../../general'; export interface ISponsorFee { type: EDiscountType; amount: number; method: EOperationType; }