Changeset 87c9f1e for src/api/invoice.ts
- Timestamp:
- 02/27/25 00:42:38 (5 weeks ago)
- Branches:
- main
- Children:
- 32e9876
- Parents:
- 3c5302a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/api/invoice.ts
r3c5302a r87c9f1e 81 81 // Add this interface for the create invoice payload 82 82 interface CreateInvoicePayload { 83 createDate: Date;83 issueDate: Date; 84 84 dueDate: Date; 85 85 items: any[];
Note:
See TracChangeset
for help on using the changeset viewer.