Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Winnie
2026-08-05 17:49:29 +08:00
6 changed files with 76 additions and 3 deletions
+1
View File
@@ -19,6 +19,7 @@ export type AuthUser = {
email: string | null;
status: string;
role_code: string | null;
is_system_admin: boolean;
};
export type AuthWorkspace = {