@flowio/api-internal-prop-types
v9.24.135
Published
PropType validators that work with internal Flow API
Readme
@flowio/api-internal-prop-types
PropType validators that work with internal Flow API
import ApiInternalPropTypes from '@flowio/api-internal-prop-types';
import PropTypes from 'prop-types';
const propTypes = {
exlusionRules: PropTypes.arrayOf(ApiInternalPropTypes.exclusionRule).isRequired,
experiment: ApiInternalPropTypes.experiment,
queryBuilder: ApiInternalPropTypes.queryBuilder,
};Updating source files
Run apibuilder update from the package root to update the source files.
License
MIT
