interface IProblem {
    fixed: boolean;
    time: number;
    type: string;
}

Properties

Properties

fixed: boolean
time: number
type: string