refactor: add type Payment
This commit is contained in:
parent
c16732dd1a
commit
00a04edd1d
1 changed files with 7 additions and 0 deletions
|
|
@ -364,3 +364,10 @@ export type Details = {
|
||||||
contactTel: string;
|
contactTel: string;
|
||||||
workName: string;
|
workName: string;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
export type PaymentPayload = {
|
||||||
|
paymentStatus: string;
|
||||||
|
remark: string;
|
||||||
|
date: Date;
|
||||||
|
amount: number;
|
||||||
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue