This repository has been archived on 2024-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
Files
scoresaber-reloadedv3/projects/common/src/timeframe.ts

2 lines
56 B
TypeScript
Raw Normal View History

export type Timeframe = "daily" | "weekly" | "monthly";