This commit is contained in:
2025-12-29 11:55:46 +01:00
parent 19eb7bf222
commit 637ca6ea54
6 changed files with 8 additions and 4 deletions
+1
View File
@@ -1714,6 +1714,7 @@ export type APIResponseObject<
email?: string;
requestOptions?: RequestOptions;
logoutUser?: boolean;
redirect?: string;
};
export const UserTypes = ["su", "admin"] as const;