Interface SubmissionContestSystemSummaryListResponseDTO

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

Hierarchy (view full)

Properties

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