trade-backend/shared/constants.ts

4 lines
139 B
TypeScript
Raw Normal View History

2026-02-13 19:53:32 +03:00
export const NON_NEGATIVE_REAL_NUMBER_REGEX = /^\d+(\.\d+)?$/;
2026-02-19 01:22:32 +03:00
export const AUTH_MESSAGE_EXPIRATION_TIME_MS = 5 * 60 * 1000; // 5 minutes