mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-22 01:46:39 +00:00
4 lines
81 B
TypeScript
4 lines
81 B
TypeScript
|
|
export enum LOCAL_STORAGE {
|
||
|
|
METRICS_TIME_IN_DURATION = "metricsTimeDuration",
|
||
|
|
}
|