Skip to content

Commit

Permalink
fix(types): add ownerName to OxAccount type
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeWasTakenn committed Jul 30, 2024
1 parent a5d5d03 commit fd8b610
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ export interface OxAccount {
group?: string;
type: 'personal' | 'shared' | 'group';
role: OxAccountRoles;
ownerName: string;
}

export interface DbGroup {
Expand Down

0 comments on commit fd8b610

Please sign in to comment.