Interface SubmissionContestSummaryListResponseDTO

interface SubmissionContestSummaryListResponseDTO {
    company: EntityCompanySummaryListResponseDTO;
    key: string;
    name: string;
    problemColor: string;
    problemIndex: string;
}

Hierarchy (view full)

Properties

key: string
name: string
problemColor: string
problemIndex: string