Status type

Stav nájemního zásypu

type Status =
  | "NotStarted"
  | "NotStartedButGroupsExist"
  | "Started"
  | "Failed"
  | "Cancelled"
  | "Completed"