fleet/frontend/interfaces/target.js

6 lines
197 B
JavaScript
Raw Normal View History

import { PropTypes } from 'react';
import hostInterface from 'interfaces/host';
import labelInterface from 'interfaces/label';
export default PropTypes.oneOfType([hostInterface, labelInterface]);