UNPKG

mobyo-interfaces

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