+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "DecimalCount"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
+++
## DecimalCount type
### DecimalCount type
Signature
```typescript
export declare type DecimalCount = number | null | undefined;
```
Import
```typescript
import { DecimalCount } from '@grafana/data';
```