mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-02-06 06:33:44 +01:00
Connect Athena to Spotify
This commit is contained in:
16
app/Types/IStats.ts
Normal file
16
app/Types/IStats.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
export interface Time {
|
||||
hours: number
|
||||
minutes: number
|
||||
seconds: number
|
||||
}
|
||||
|
||||
export interface Stats {
|
||||
range: {
|
||||
start: string
|
||||
end: string
|
||||
}
|
||||
|
||||
development_time: Time
|
||||
commands_ran: number
|
||||
builds_ran: number
|
||||
}
|
||||
Reference in New Issue
Block a user