MCPcopy Create free account
hub / github.com/clickvisual/clickvisual / InitialStateType

Interface InitialStateType

ui/src/app.tsx:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12import Logo from "../public/cv.png";
13
14export interface InitialStateType {
15 settings: ProSettings;
16 menus: MenuDataItem[];
17 currentUser?: API.CurrentUser;
18}
19const LoginPath = [
20 process.env.PUBLIC_PATH + "user/login",
21 process.env.PUBLIC_PATH + "user/login/",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected