You've already forked openaccounting-web
mirror of
https://github.com/openaccounting/oa-web.git
synced 2025-12-09 09:01:24 +13:00
7 lines
128 B
TypeScript
7 lines
128 B
TypeScript
export class Reconciliation {
|
|
startDate: Date;
|
|
startBalance: number;
|
|
endDate: Date;
|
|
endBalance: number;
|
|
net: number;
|
|
} |