Changeset 87c9f1e for src/schemas/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/schemas/invoice.ts
r3c5302a r87c9f1e 67 67 ]), 68 68 subTotal: z.number(), 69 createDate: z.coerce.date(),69 issueDate: z.coerce.date(), 70 70 month: monthSchema, 71 71 discount: z.number().optional(),
Note:
See TracChangeset
for help on using the changeset viewer.