mirror of
https://github.com/frappe/books.git
synced 2024-12-23 11:29:03 +00:00
591e7b3163
- fix model exports - add a README for models base
2 lines
71 B
TypeScript
2 lines
71 B
TypeScript
export type InvoiceStatus = 'Draft' | 'Unpaid' | 'Cancelled' | 'Paid';
|