I defined following function.
const createAction = (input: I, conditionFn: (_: I) => boolean, converter: (_: I) => O, restoreFn: (_: O) => any