mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
5 lines
78 B
TypeScript
5 lines
78 B
TypeScript
export enum AgingSummaryRowType {
|
|
Contact = 'contact',
|
|
Total = 'total',
|
|
}
|