diff --git a/web/models/common.ts b/web/models/common.ts index 6a941655c5..f9ade855f0 100644 --- a/web/models/common.ts +++ b/web/models/common.ts @@ -62,7 +62,7 @@ export type TenantInfoResponse = { trial_end_reason: null | 'trial_exceeded' | 'using_custom' } -export type Member = Pick & { +export type Member = Pick & { avatar: string status: 'pending' | 'active' | 'banned' | 'closed' role: 'owner' | 'admin' | 'editor' | 'normal'