mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
8 lines
104 B
TypeScript
8 lines
104 B
TypeScript
|
|
|
|
export interface ISaleInvoice {
|
|
id: number,
|
|
balance: number,
|
|
invoiceDate: Date,
|
|
entries: [],
|
|
} |