export interface DeleteVulnerabilityById {
  /** The ID of the Vulnerability to delete. */
  vulnerabilityId: string;
}
