mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +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';
|