DecimalCount type

DecimalCount type

Signature

  1. export declare type DecimalCount = number | null | undefined;

Import

  1. import { DecimalCount } from '@grafana/data';