feat: add type

This commit is contained in:
Methapon Metanipat 2024-10-25 09:09:07 +07:00
parent 2cc957ffde
commit 8ff078fce7

View file

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