feat: add field to type

This commit is contained in:
Methapon Metanipat 2024-10-25 17:37:24 +07:00
parent adc0934d45
commit cb3fc0c0a1

View file

@ -201,6 +201,7 @@ export type Quotation = {
contactTel: string;
contactName: string;
workName: string;
workerMax: number | null;
code: string;
statusOrder: number;
vatExcluded: number;