UNPKG
@xcpcio/board-app
Version:
latest (0.85.4)
0.85.4
0.85.3
0.84.0
0.83.2
0.83.1
0.83.0
0.82.2
0.82.1
0.82.0
0.81.1
0.81.0
0.80.0
0.79.2
0.79.1
0.79.0
0.78.7
0.78.6
0.78.5
0.78.4
0.78.3
0.78.2
0.78.1
0.78.0
0.77.4
0.77.3
0.77.2
0.77.1
0.77.0
0.76.9
0.76.8
0.76.6
0.76.4
0.76.3
0.76.2
0.76.1
0.76.0
0.75.2
0.75.1
0.74.2
0.74.1
0.74.0
0.73.1
0.72.0
0.71.1
0.71.0
0.70.0
0.69.5
0.69.4
0.69.3
0.69.2
0.69.1
0.69.0
0.68.0
0.67.0
0.66.2
0.66.1
0.66.0
0.65.2
0.65.1
0.65.0
0.64.5
0.64.3
0.64.2
0.64.1
0.64.0
0.63.7
0.63.6
0.63.5
0.63.3
0.62.1
0.62.0
0.61.2
0.61.1
0.61.0
0.60.0
0.59.0
0.58.3
0.58.0
0.57.2
0.57.1
0.57.0
0.56.0
0.55.2
0.55.1
0.55.0
0.54.0
0.53.2
0.53.1
0.53.0
0.52.1
0.52.0
0.51.2
0.51.1
0.51.0
0.50.5
0.50.4
0.50.3
0.50.2
0.50.1
0.50.0
0.47.0
0.46.3
0.46.2
0.46.1
0.46.0
0.45.1
0.45.0
0.44.4
0.44.3
0.44.2
0.44.1
0.44.0
0.43.0
0.42.1
0.42.0
0.41.4
0.41.3
0.41.1
0.41.0
0.40.1
0.40.0
0.39.1
0.39.0
0.38.3
0.38.2
0.38.0
0.37.2
0.37.1
0.37.0
0.36.0
0.35.1
0.35.0
0.34.1
0.34.0
0.33.1
0.33.0
0.32.0
0.31.1
0.31.0
0.30.0
0.29.0
0.28.0
0.27.0
0.26.1
0.26.0
0.25.0
0.24.3
0.24.0
0.23.0
0.22.0
0.21.0
0.20.0
0.19.0
0.18.0
0.17.0
0.16.0
0.15.0
0.14.0
0.13.0
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
0.5.3
0.5.2
0.5.1
0.5.0
0.4.3
0.4.2
0.4.1
0.4.0
0.3.3
0.3.1
0.3.0
0.2.8
0.2.7
0.2.6
0.2.1
0.2.0
0.1.18
The ICPC Series Competition Leaderboard Visualization Engine
xcpcio.com
xcpcio/xcpcio
@xcpcio/board-app
/
src
/
composables
/
type.ts
14 lines
(11 loc)
•
275 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import
type
{
Problem
,
Submission
,
Team
}
from
"@xcpcio/core"
;
export
interface
AnimatedSubmissionBlockItem
{
submission
:
Submission
;
team
:
Team
;
problem
:
Problem
;
displayName
:
string
; }
export
enum
LastBlockDisplayType
{
SUBMISSION_STATUS
,
SUBMIT_TIMESTAMP
, }