fix: types (wip)
This commit is contained in:
parent
fc2ed7be52
commit
7d499e73ba
1 changed files with 1 additions and 1 deletions
|
@ -38,6 +38,7 @@ export interface Puzzle {
|
||||||
name: string;
|
name: string;
|
||||||
content: string;
|
content: string;
|
||||||
scoreMax: number;
|
scoreMax: number;
|
||||||
|
show: boolean;
|
||||||
tags: Tag[] | null;
|
tags: Tag[] | null;
|
||||||
tries?: number;
|
tries?: number;
|
||||||
score?: number;
|
score?: number;
|
||||||
|
@ -60,7 +61,6 @@ export interface Leaderboard {
|
||||||
completions: number;
|
completions: number;
|
||||||
pseudo: string;
|
pseudo: string;
|
||||||
groups: Group[];
|
groups: Group[];
|
||||||
avatar: string;
|
|
||||||
rank: number;
|
rank: number;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue