feat: add field

This commit is contained in:
Methapon Metanipat 2024-09-09 14:58:48 +07:00
parent 43fceb2cd8
commit 7bd9756e5d

View file

@ -53,6 +53,7 @@ type BranchCreate = {
longitude: string;
latitude: string;
virtual?: boolean;
selectedImage?: string;
bank?: {
bankName: string;
@ -86,6 +87,7 @@ type BranchUpdate = {
longitude?: string;
latitude?: string;
virtual?: boolean;
selectedImage?: string;
subDistrictId?: string | null;
districtId?: string | null;