Type Alias: IncidentSearchQueryResult
type IncidentSearchQueryResult = SearchQueryResponse & object;
Defined in: gen/types.gen.ts:3150
Type Declaration
items?
optional items: IncidentResult[];
The matching incidents.
type IncidentSearchQueryResult = SearchQueryResponse & object;
Defined in: gen/types.gen.ts:3150
optional items: IncidentResult[];
The matching incidents.