Preparing search index...
The search index is not available
@juki-team/commons - v0.0.826
@juki-team/commons
ContestDataResponseDTO
Interface ContestDataResponseDTO
interface
ContestDataResponseDTO
{
clarifications
:
ContestClarificationType
[]
;
company
:
EntityCompanySummaryListResponseDTO
;
description
:
string
;
isEndless
:
boolean
;
isFrozenTime
:
boolean
;
isFuture
:
boolean
;
isGlobal
:
boolean
;
isLive
:
boolean
;
isPast
:
boolean
;
isQuietTime
:
boolean
;
key
:
string
;
members
:
EntityMembersWithTimestampsResponseDTO
;
name
:
string
;
owner
:
UserCompanyBasicInfoResponseDTO
;
problems
:
{
[
key
:
string
]
:
ContestProblemDataResponseDTO
;
}
;
settings
:
ContestSettings
;
state
:
EntityState
;
tags
:
string
[]
;
totalContestants
:
number
;
user
:
ContestUserType
;
}
Hierarchy
Omit
<
ContestSummaryListResponseDTO
,
"settings"
>
Pick
<
ContestBaseDocument
,
"settings"
|
"description"
>
ContestDataResponseDTO
Index
Properties
clarifications
company
description
is
Endless
is
Frozen
Time
is
Future
is
Global
is
Live
is
Past
is
Quiet
Time
key
members
name
owner
problems
settings
state
tags
total
Contestants
user
Properties
clarifications
clarifications
:
ContestClarificationType
[]
company
company
:
EntityCompanySummaryListResponseDTO
description
description
:
string
is
Endless
is
Endless
:
boolean
is
Frozen
Time
is
Frozen
Time
:
boolean
is
Future
is
Future
:
boolean
is
Global
is
Global
:
boolean
is
Live
is
Live
:
boolean
is
Past
is
Past
:
boolean
is
Quiet
Time
is
Quiet
Time
:
boolean
key
key
:
string
members
members
:
EntityMembersWithTimestampsResponseDTO
name
name
:
string
owner
owner
:
UserCompanyBasicInfoResponseDTO
problems
problems
:
{
[
key
:
string
]
:
ContestProblemDataResponseDTO
;
}
Type declaration
[
key
:
string
]:
ContestProblemDataResponseDTO
settings
settings
:
ContestSettings
state
state
:
EntityState
tags
tags
:
string
[]
total
Contestants
total
Contestants
:
number
user
user
:
ContestUserType
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
clarifications
company
description
is
Endless
is
Frozen
Time
is
Future
is
Global
is
Live
is
Past
is
Quiet
Time
key
members
name
owner
problems
settings
state
tags
total
Contestants
user
@juki-team/commons - v0.0.826
Loading...