UpdateableMapProblemState: {
    NOT_IDENTIFIED: "not-identified";
    OPEN: "open";
    SOLVED: "solved";
} = ...

Type declaration

  • ReadonlyNOT_IDENTIFIED: "not-identified"
  • ReadonlyOPEN: "open"
  • ReadonlySOLVED: "solved"