feat: add flag
This commit is contained in:
parent
d970486348
commit
03707b7bd8
3 changed files with 6 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ type BranchCreate = {
|
|||
lineId?: string | null;
|
||||
longitude: string;
|
||||
latitude: string;
|
||||
virtual?: boolean;
|
||||
|
||||
bank?: {
|
||||
bankName: string;
|
||||
|
|
@ -76,6 +77,7 @@ type BranchUpdate = {
|
|||
lineId?: string;
|
||||
longitude?: string;
|
||||
latitude?: string;
|
||||
virtual?: boolean;
|
||||
|
||||
subDistrictId?: string | null;
|
||||
districtId?: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue