fix: wrong type

This commit is contained in:
Methapon Metanipat 2024-10-25 09:11:04 +07:00
parent 8ff078fce7
commit 814ef87d6c

View file

@ -293,7 +293,7 @@ export type QuotationPayload = {
discount?: number; discount?: number;
amount: number; amount: number;
product: ProductRelation; product: ProductRelation;
installmentNo?: string; installmentNo?: number;
work?: WorkRelation | null; work?: WorkRelation | null;
service?: ServiceRelation | null; service?: ServiceRelation | null;
}[]; }[];