Variable UpdateableMapProblemStateConst
UpdateableMapProblemState: {
NOT_IDENTIFIED: "not-identified";
OPEN: "open";
SOLVED: "solved";
} = ...
Type Declaration
ReadonlyNOT_IDENTIFIED: "not-identified"
ReadonlyOPEN: "open"
ReadonlySOLVED: "solved"