Skip to content

Commit 64444ae

Browse files
committed
fix types
1 parent 2dc7ca2 commit 64444ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/vis_type_timeseries/common/agg_lookup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { omit, pick, includes } from 'lodash';
2121
import { i18n } from '@kbn/i18n';
2222
import { MetricsItemsSchema } from './types';
2323

24-
export const lookup: Record<string, unknown> = {
24+
export const lookup: Record<string, string> = {
2525
count: i18n.translate('visTypeTimeseries.aggLookup.countLabel', { defaultMessage: 'Count' }),
2626
calculation: i18n.translate('visTypeTimeseries.aggLookup.calculationLabel', {
2727
defaultMessage: 'Calculation',

0 commit comments

Comments
 (0)