Type alias ContestProblemType
ContestProblemType: {
color: string;
endTimestamp: number;
id: string;
index: string;
points: number;
startTimestamp: number;
}
Type declaration
color: string
endTimestamp: number
id: string
index: string
points: number
startTimestamp: number