Interface UpsertContestProblemDTO

interface UpsertContestProblemDTO {
    color: string;
    endTimestamp: number;
    index: string;
    key: string;
    points: number;
    startTimestamp: number;
}

Properties

color: string
endTimestamp: number
index: string
key: string
points: number
startTimestamp: number