ShapeEnum: {
    Curved: "curved";
    Elbowed: "elbowed";
    Straight: "straight";
} = ...

Type declaration

  • Readonly Curved: "curved"
  • Readonly Elbowed: "elbowed"
  • Readonly Straight: "straight"