UNPKG

scheunemann-interfaces

Version:
8 lines (7 loc) 161 B
export interface ICustomerCreditLimit { amountUsed: number; currentBalance: number; creditLimit: number; customerId: string; type: string; }