Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 committed Mar 31, 2021
1 parent f894f18 commit 7050460
Showing 1 changed file with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
* 2.0.
*/

export const URL_KEYS = {
METRIC_TYPE: 'mt',
REPORT_TYPE: 'rt',
SERIES_TYPE: 'st',
BREAK_DOWN: 'bd',
FILTERS: 'ft',
REPORT_DEFINITIONS: 'rdf',
};
export enum URL_KEYS {
METRIC_TYPE = 'mt',
REPORT_TYPE = 'rt',
SERIES_TYPE = 'st',
BREAK_DOWN = 'bd',
FILTERS = 'ft',
REPORT_DEFINITIONS = 'rdf',
}

0 comments on commit 7050460

Please sign in to comment.