Reformat code
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { ranks, seasons, timetracker, user } from '@prisma/client';
|
||||
import { TableEntry } from './TableEntry';
|
||||
|
||||
export type TimeTrackerStats = timetracker & { user: user; ranks: ranks; }
|
||||
export type SeasonInfo = seasons & { maxSeasonId: number }
|
||||
export type UserStatsResponse = SeasonInfo & TableEntry[]
|
||||
export type TimeTrackerStats = timetracker & { user: user; ranks: ranks };
|
||||
export type SeasonInfo = seasons & { maxSeasonId: number };
|
||||
export type UserStatsResponse = SeasonInfo & TableEntry[];
|
||||
|
||||
Reference in New Issue
Block a user