refactor: by dueDate
This commit is contained in:
parent
61bade2013
commit
7ae74cdd5d
4 changed files with 4 additions and 1 deletions
|
|
@ -363,6 +363,7 @@ export type Details = {
|
|||
contactName: string;
|
||||
contactTel: string;
|
||||
workName: string;
|
||||
dueDate: Date;
|
||||
};
|
||||
|
||||
export type PaymentPayload = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue