refactor: update store
This commit is contained in:
parent
8a00c9a738
commit
f8551edfb6
3 changed files with 3 additions and 1 deletions
|
|
@ -46,6 +46,7 @@ export type BranchCreate = {
|
|||
email: string;
|
||||
longitude: string;
|
||||
latitude: string;
|
||||
status?: Status;
|
||||
subDistrictId?: string | null;
|
||||
districtId?: string | null;
|
||||
provinceId?: string | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue