feat: add preview template text

This commit is contained in:
Methapon2001 2024-11-27 14:27:02 +07:00
parent 9eca449031
commit 435d2ce4c8
3 changed files with 43 additions and 3 deletions

View file

@ -432,6 +432,7 @@ export type Details = {
contactTel: string;
workName: string;
dueDate: Date;
worker: EmployeeWorker[];
};
export type PaymentPayload = {