aboutsummaryrefslogtreecommitdiffstats
path: root/src/actions/recipePreview.ts
blob: 6e4421d9e8b7eb4877b1b7eeb09d0a5a63bf18d3 (plain) (blame)
1
2
3
4
5
6
7
8
import PropTypes from 'prop-types';
import type { ActionDefinitions } from './lib/actions';

export default <ActionDefinitions>{
  search: {
    needle: PropTypes.string.isRequired,
  },
};