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