fix: add email field to UserTenant TypeScript type
This commit is contained in:
@@ -15,6 +15,7 @@ export interface UserTenant {
|
||||
user_id: string;
|
||||
tenant_id: string;
|
||||
role: string;
|
||||
email: string;
|
||||
created_at: string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user