@juki-team/commons - v0.2.19
    Preparing search index...

    Type Alias ContestProblem

    type ContestProblem = {
        color: string;
        endsAt: number;
        group: string;
        id: string;
        index: string;
        maxAcceptedUsers: number;
        points: number;
        prerequisites: ContestProblemPrerequisite[];
        startsAt: number;
    }
    Index

    Properties

    color: string
    endsAt: number
    group: string
    id: string
    index: string
    maxAcceptedUsers: number
    points: number
    startsAt: number