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

    Interface ContestDataResponseDTO

    interface ContestDataResponseDTO {
        company: EntityCompanySummaryListResponseDTO;
        description: string;
        groups: Record<string, ContestGroup>;
        isEndless: boolean;
        isFrozenTime: boolean;
        isFuture: boolean;
        isGlobal: boolean;
        isLive: boolean;
        isPast: boolean;
        isQuietTime: boolean;
        key: string;
        name: string;
        owner: UserCompanyBasicInfoResponseDTO;
        problems: Record<string, ContestProblemDataResponseDTO>;
        settings: ContestSettings;
        state: EntityState;
        tags: string[];
        totalContestants: number;
        user: ContestUser;
    }

    Hierarchy

    Index

    Properties

    description: string
    groups: Record<string, ContestGroup>
    isEndless: boolean
    isFrozenTime: boolean
    isFuture: boolean
    isGlobal: boolean
    isLive: boolean
    isPast: boolean
    isQuietTime: boolean
    key: string
    name: string
    problems: Record<string, ContestProblemDataResponseDTO>
    settings: ContestSettings
    tags: string[]
    totalContestants: number