refactor: by dueDate

This commit is contained in:
Thanaphon Frappet 2024-10-22 13:35:34 +07:00
parent 61bade2013
commit 7ae74cdd5d
4 changed files with 4 additions and 1 deletions

View file

@ -363,6 +363,7 @@ export type Details = {
contactName: string;
contactTel: string;
workName: string;
dueDate: Date;
};
export type PaymentPayload = {