UNPKG

cecon-interfaces

Version:
12 lines (11 loc) 248 B
export interface IInvoiceItem { companyId: string; createdAt: Date; description: string; isRefunded: boolean; quantity: number; reference: string | null; totalPrice: number; unitPrice: number; updatedAt: Date; }