mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-28 08:37:51 +03:00
4 lines
83 B
TypeScript
4 lines
83 B
TypeScript
export const DAY = 86400
|
|
export const WEEK_DAYS = 7;
|
|
export const YEAR = 365 * DAY
|