MCPcopy Index your code
hub / github.com/emwalker/digraph / Window

Interface Window

client/src/global.d.ts:18–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 }
17
18 interface Window {
19 flashMessages: {
20 addMessage: (AddFlashMessagesProps) => void,
21 addAlert: (ReactNode) => void,
22 removeAlert: (alert: ReactElement<typeof Alert>) => void,
23 removeMessage: (alert: AlertMessageType) => void,
24 } | undefined,
25 __PRELOADED_STATE__?: StoreEnhancer<unknown, unknown>
26 __RELAY_PAYLOADS__?: PreloadsType
27 }
28
29 namespace Express {
30 interface User {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected