This commit is contained in:
7
src/schemas/fascinated/scoresaberPlayerCountHistory.ts
Normal file
7
src/schemas/fascinated/scoresaberPlayerCountHistory.ts
Normal file
@ -0,0 +1,7 @@
|
||||
export type ScoresaberPlayerCountHistory = {
|
||||
serverTimeTaken: number;
|
||||
history: {
|
||||
time: string;
|
||||
value: number | null;
|
||||
}[];
|
||||
};
|
Reference in New Issue
Block a user