@juki-team/commons - v0.1.10
Preparing search index...
ContestProblemBasicDataResponseDTO
Interface ContestProblemBasicDataResponseDTO
interface
ContestProblemBasicDataResponseDTO
{
color
:
string
;
company
:
EntityCompanySummaryListResponseDTO
;
endTimestamp
:
number
;
group
:
string
;
index
:
string
;
judge
:
ProblemJudgeSummaryListResponseDTO
;
key
:
string
;
maxAcceptedUsers
:
number
;
name
:
string
;
points
:
number
;
prerequisites
:
UpsertContestProblemPrerequisiteDTO
;
startTimestamp
:
number
;
tags
:
string
[]
;
}
Hierarchy
Omit
<
ContestProblem
,
"id"
|
"prerequisites"
>
ContestProblemBasicDataResponseDTO
Index
Properties
color
company
end
Timestamp
group
index
judge
key
max
Accepted
Users
name
points
prerequisites
start
Timestamp
tags
Properties
color
color
:
string
company
company
:
EntityCompanySummaryListResponseDTO
end
Timestamp
endTimestamp
:
number
group
group
:
string
index
index
:
string
judge
judge
:
ProblemJudgeSummaryListResponseDTO
key
key
:
string
max
Accepted
Users
maxAcceptedUsers
:
number
name
name
:
string
points
points
:
number
prerequisites
prerequisites
:
UpsertContestProblemPrerequisiteDTO
start
Timestamp
startTimestamp
:
number
tags
tags
:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
color
company
end
Timestamp
group
index
judge
key
max
Accepted
Users
name
points
prerequisites
start
Timestamp
tags
@juki-team/commons - v0.1.10
Loading...