PromucFlow_constructor/app/client/src/selectors/analyticsSelectors.ts

5 lines
159 B
TypeScript
Raw Normal View History

import type { DefaultRootState } from "react-redux";
export const getSegmentState = (state: DefaultRootState) =>
state.ui.analytics.telemetry.segmentState;