We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dc7ca2 commit 64444aeCopy full SHA for 64444ae
src/plugins/vis_type_timeseries/common/agg_lookup.ts
@@ -21,7 +21,7 @@ import { omit, pick, includes } from 'lodash';
21
import { i18n } from '@kbn/i18n';
22
import { MetricsItemsSchema } from './types';
23
24
-export const lookup: Record<string, unknown> = {
+export const lookup: Record<string, string> = {
25
count: i18n.translate('visTypeTimeseries.aggLookup.countLabel', { defaultMessage: 'Count' }),
26
calculation: i18n.translate('visTypeTimeseries.aggLookup.calculationLabel', {
27
defaultMessage: 'Calculation',
0 commit comments