Variable UpdateableMapProblemStateConst
UpdateableMapProblemState: {
NOT_IDENTIFIED: "not-identified";
OPEN: "open";
SOLVED: "solved";
} = ...
Type declaration
Readonly
NOT_IDENTIFIED: "not-identified"
Readonly
OPEN: "open"
Readonly
SOLVED: "solved"