MCPcopy
hub / github.com/SpecterOps/BloodHound / CreateProvidersOptions

Interface CreateProvidersOptions

cmd/ui/src/test-utils.tsx:52–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50};
51
52interface CreateProvidersOptions {
53 queryClient: QueryClient;
54 route: string;
55 theme: Theme;
56 store: ReturnType<typeof createDefaultStore>;
57}
58
59const createProviders: (options: React.PropsWithChildren<CreateProvidersOptions>) => React.ReactElement = ({
60 queryClient,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected