feat: add field
This commit is contained in:
parent
43fceb2cd8
commit
7bd9756e5d
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue