UNPKG

mobyo-interfaces

Version:
8 lines (7 loc) 167 B
export interface ICustomerCreditLimit { amountUsed: number; currentBalance: number; creditLimit: number; companyId: string; containerId: string; }