UNPKG

cecon-interfaces

Version:
8 lines (7 loc) 195 B
import { INatipayFee } from './i-fee'; export interface INatipaySponsorFee extends INatipayFee { companyId: string; containerId: string; id: string; sponsorName: string | null; }