清理全局角色残留并修复项目权限判断
This commit is contained in:
@@ -37,7 +37,6 @@ export interface LoginKeyResponse {
|
||||
expires_at: string;
|
||||
}
|
||||
|
||||
export type UserRole = "PM" | "CRA" | "PV" | "QA" | "CTA" | "ADMIN";
|
||||
export type UserStatus = "PENDING" | "ACTIVE" | "REJECTED" | "DISABLED";
|
||||
|
||||
export interface UserInfo {
|
||||
|
||||
Reference in New Issue
Block a user