mirror of
https://github.com/BluemediaDev/muse.git
synced 2025-04-18 20:43:55 +02:00
2 lines
89 B
TypeScript
2 lines
89 B
TypeScript
export const ONE_HOUR_IN_SECONDS = 60 * 60;
|
|
export const ONE_MINUTE_IN_SECONDS = 1 * 60;
|