// eslint-disable-next-line import/prefer-default-export export const type = typedValue => ({ type: 'SEARCH/TYPE', typedValue, });