blob: 495b433db28fc7af0724cfff631e476d76d0074d [file] [log] [blame]
package audits
// Code generated by cdproto-gen. DO NOT EDIT.
// EventIssueAdded [no description].
//
// See: https://chromedevtools.github.io/devtools-protocol/tot/Audits#event-issueAdded
type EventIssueAdded struct {
Issue *InspectorIssue `json:"issue"`
}