Interface ProblemDataResponseDTO

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

Hierarchy (view full)

Properties

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