Lib: Correct schema (removed some "expand" fields)
This commit is contained in:
@ -76,9 +76,6 @@ export interface RacePick {
|
|||||||
pxx?: string;
|
pxx?: string;
|
||||||
dnf?: string;
|
dnf?: string;
|
||||||
expand: {
|
expand: {
|
||||||
dnf: Driver;
|
|
||||||
pxx: Driver;
|
|
||||||
race: Race;
|
|
||||||
user: User;
|
user: User;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
@ -88,11 +85,6 @@ export interface RaceResult {
|
|||||||
race: string;
|
race: string;
|
||||||
pxxs: string[];
|
pxxs: string[];
|
||||||
dnfs: string[];
|
dnfs: string[];
|
||||||
expand: {
|
|
||||||
dnfs: Driver[];
|
|
||||||
pxxs: Driver[];
|
|
||||||
race: Race;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface CurrentPickedUser {
|
export interface CurrentPickedUser {
|
||||||
|
|||||||
Reference in New Issue
Block a user