refactor!: update type
This commit is contained in:
parent
f183216a1f
commit
d8c77b18b3
7 changed files with 17 additions and 17 deletions
|
|
@ -2,7 +2,7 @@ export type BranchContact = {
|
|||
id: string;
|
||||
telephoneNo: string;
|
||||
updatedAt: string;
|
||||
updateBy: string;
|
||||
updatedBy: string;
|
||||
createdAt: string;
|
||||
createdBy: string;
|
||||
branchId: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue