mirror of
https://github.com/Unleash/unleash.git
synced 2025-06-09 01:17:06 +02:00
5 lines
99 B
TypeScript
5 lines
99 B
TypeScript
const REQUEST_TIME = 'request_time';
|
|
const DB_TIME = 'db_time';
|
|
|
|
export { REQUEST_TIME, DB_TIME };
|