This commit is contained in:
2026-03-11 06:50:02 +00:00
parent 36f4af7065
commit 42dd622ad2
5 changed files with 183 additions and 101 deletions
+1
View File
@@ -230,6 +230,7 @@ export type TurboCISignupFormObject = {
email?: string;
password?: string;
confirmed_password?: string;
username?: string;
};
export type TurboCIAdminAppContextType = ReturnType<typeof useAppInit>;