mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-06 00:07:44 +01: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 };
|