12345678910111213 |
- export enum Referrer {
- QUEUES_LANDING_ONBOARDING = 'api.performance.queues.landing-onboarding',
- QUEUES_LANDING_CHARTS = 'api.performance.queues.landing-charts',
- QUEUES_LANDING_DESTINATIONS_TABLE = 'api.performance.queues.landing-destinations-table',
- QUEUES_SUMMARY = 'api.performance.queues.summary',
- QUEUES_SUMMARY_CHARTS = 'api.performance.queues.summary-charts',
- QUEUES_SUMMARY_TRANSACTIONS_TABLE = 'api.performance.queues.summary-transactions-table',
- QUEUES_SAMPLES_PANEL = 'api.performance.queues.samples-panel',
- QUEUES_SAMPLES_PANEL_TABLE = 'api.performance.queues.samples-panel-table',
- }
|