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