Updates
This commit is contained in:
+2
-1
@@ -6,7 +6,7 @@ import { ChildProcess } from "child_process";
|
||||
import { NSQLITE_TURBOCI_ADMIN_USERS } from "../db/types";
|
||||
|
||||
export type User = DATASQUIREL_LoggedInUser & {
|
||||
super_admin?: 0 | 1;
|
||||
super_admin?: boolean;
|
||||
};
|
||||
|
||||
export const CloudProviders = [
|
||||
@@ -231,6 +231,7 @@ export type TurboCISignupFormObject = {
|
||||
password?: string;
|
||||
confirmed_password?: string;
|
||||
username?: string;
|
||||
image?: string;
|
||||
};
|
||||
|
||||
export type TurboCIAdminAppContextType = ReturnType<typeof useAppInit>;
|
||||
|
||||
Reference in New Issue
Block a user