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

5 lines
150 B
TypeScript
Raw Normal View History

import type { AppState } from "@appsmith/reducers";
export const getSegmentState = (state: AppState) =>
state.ui.analytics.telemetry.segmentState;