ERROR in resources/scripts/blueprint/extends/routers/ServerRouter.tsx:41:79 TS2339: Property 'BlueprintFramework' does not exist on type 'Server'. 39 | export const NavigationLinks = () => { 40 | const rootAdmin = useStoreState((state) => state.user.data!.rootAdmin ); > 41 | const serverEgg = ServerContext.useStoreState((state) => state.server .data?.BlueprintFramework.eggId); | ^^^^^^^^^^^^^^^^^^ 42 | const match = useRouteMatch<{ id: string }>(); 43 | const to = (value: string, url = false) => { 44 | if (value === '/') { ERROR in resources/scripts/blueprint/extends/routers/ServerRouter.tsx💯79 TS2339: Property 'BlueprintFramework' does not exist on type 'Server'. 98 | export const NavigationRouter = () => { 99 | const rootAdmin = useStoreState((state) => state.user.data!.rootAdmi n); > 100 | const serverEgg = ServerContext.useStoreState((state) => state.serve r.data?.BlueprintFramework.eggId); | ^^^^^^^^^^^^^^^^^^ 101 | const match = useRouteMatch<{ id: string }>(); 102 | const to = (value: string, url = false) => { 103 | if (value === '/') {