Variable ElectionTypeConst
ElectionType: {
API_INVOCATION: "api_invocation";
ELECTION: "election";
OFFER_FILTER: "offer_filter";
PARAM_CHANGE: "param_change";
SURVEY: "survey";
} = ...
Type declaration
Readonly API_INVOCATION: "api_invocation"
Readonly ELECTION: "election"
Readonly OFFER_FILTER: "offer_filter"
Readonly PARAM_CHANGE: "param_change"
Readonly SURVEY: "survey"