feat: add installments validate

This commit is contained in:
Methapon2001 2024-12-20 09:40:16 +07:00
parent 85e27613e8
commit 1e660682a6
6 changed files with 35 additions and 31 deletions

View file

@ -124,6 +124,7 @@ export interface ServiceById {
productGroupId: string;
selectedImage: string;
registeredBranchId: string;
installments: number;
}
export interface ProductOnWork {