fleet/frontend/interfaces/vulnerability.ts

7 lines
133 B
TypeScript
Raw Normal View History

import PropTypes from "prop-types";
export default PropTypes.shape({
cve: PropTypes.string,
details_link: PropTypes.string,
});