Updates
This commit is contained in:
+3
-1
@@ -4,7 +4,9 @@ import useAppInit from "../hooks/use-app-init";
|
||||
import { ServerWebSocket } from "bun";
|
||||
import { ChildProcess } from "child_process";
|
||||
|
||||
export type User = DATASQUIREL_LoggedInUser & {};
|
||||
export type User = DATASQUIREL_LoggedInUser & {
|
||||
super_admin?: 0 | 1;
|
||||
};
|
||||
|
||||
export const CloudProviders = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user