Merge remote-tracking branch 'origin/develop' into develop
This commit is contained in:
@@ -19,6 +19,7 @@ export type AuthUser = {
|
||||
email: string | null;
|
||||
status: string;
|
||||
role_code: string | null;
|
||||
is_system_admin: boolean;
|
||||
};
|
||||
|
||||
export type AuthWorkspace = {
|
||||
|
||||
Reference in New Issue
Block a user