mirror of
https://github.com/Unleash/unleash.git
synced 2024-11-01 19:07:38 +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 };
|