Skip to content

Commit fd8b610

Browse files
committed
fix(types): add ownerName to OxAccount type
1 parent a5d5d03 commit fd8b610

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ export interface OxAccount {
118118
group?: string;
119119
type: 'personal' | 'shared' | 'group';
120120
role: OxAccountRoles;
121+
ownerName: string;
121122
}
122123

123124
export interface DbGroup {

0 commit comments

Comments
 (0)