Interface ContestContestProblemDataResponseDTO

interface ContestContestProblemDataResponseDTO {
    author: string;
    company: EntityCompanySummaryListResponseDTO;
    editorial: TextLanguageType;
    judge: ProblemJudgeSummaryListResponseDTO;
    key: string;
    members: DocumentMembersResponseDTO;
    name: string;
    owner: UserCompanyBasicInfoResponseDTO;
    ownerNickname: string;
    settings: ProblemSettingsType;
    shortname: string;
    statement: ProblemStatementType;
    tags: string[];
}

Hierarchy

Properties

author: string
editorial: TextLanguageType
key: string
name: string
ownerNickname: string
shortname: string
tags: string[]