Searched refs:getOriginalActionType (Results 1 – 2 of 2) sorted by relevance
16 const getOriginalActionType = (type: string) => { constant82 state.requests[getOriginalActionType(action.type)] = {87 state.requests[getOriginalActionType(action.type)] = {92 state.requests[getOriginalActionType(action.type)] = {
1 …getOriginalActionType = (type: string) => {\n const separator = type.lastIndexOf('/');\n\n retur…