5 lines
138 B
TypeScript
5 lines
138 B
TypeScript
|
|
import { AppState } from "ce/reducers";
|
||
|
|
|
||
|
|
export const getSegmentState = (state: AppState) =>
|
||
|
|
state.ui.analytics.telemetry.segmentState;
|