Interface SubmissionSystemSummaryListResponseDTO

interface SubmissionSystemSummaryListResponseDTO {
    company: EntityCompanySystemSummaryListResponseDTO;
    contest: null | SubmissionContestSystemSummaryListResponseDTO;
    creationTimestamp: number;
    problem: SubmissionProblemSystemSummaryListResponseDTO;
    updateTimestamp: number;
}

Properties

creationTimestamp: number
updateTimestamp: number