UNPKG

scheunemann-interfaces

Version:
7 lines (6 loc) 116 B
export interface IInvoiceLog { createdAt: string; description: string; id: string; notes: string; }