mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-14 09:55:55 -07:00
chore: initial public commit
This commit is contained in:
commit
fc9054b78c
250 changed files with 32809 additions and 0 deletions
0
client/app/types/apiTypes.ts
Normal file
0
client/app/types/apiTypes.ts
Normal file
9
client/app/types/timeframe.ts
Normal file
9
client/app/types/timeframe.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
enum Timeframe {
|
||||
Day = 1,
|
||||
Week,
|
||||
Month,
|
||||
Year,
|
||||
AllTime,
|
||||
}
|
||||
|
||||
export default Timeframe
|
||||
Loading…
Add table
Add a link
Reference in a new issue