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