diff --git a/types/index.ts b/types/index.ts index 1227619a..a0041b00 100644 --- a/types/index.ts +++ b/types/index.ts @@ -118,6 +118,7 @@ export interface OxAccount { group?: string; type: 'personal' | 'shared' | 'group'; role: OxAccountRoles; + ownerName: string; } export interface DbGroup {