mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
7 lines
133 B
JavaScript
7 lines
133 B
JavaScript
|
|
import PropTypes from 'prop-types';
|
||
|
|
|
||
|
|
export default PropTypes.shape({
|
||
|
|
http_status: PropTypes.number,
|
||
|
|
base: PropTypes.string,
|
||
|
|
});
|