BLEEDING_SUSCEPTIBILITY: {
    HIGH: "high";
    LOW: "low";
    MEDIUM: "medium";
    NONE: "none";
}

Map of bleeding-susceptibility key → value.

Type declaration

  • ReadonlyHIGH: "high"
  • ReadonlyLOW: "low"
  • ReadonlyMEDIUM: "medium"
  • ReadonlyNONE: "none"