DirectionEnum: {
    End: "end";
    Start: "start";
} = ...

Type declaration

  • Readonly End: "end"
  • Readonly Start: "start"