Skip to content

Commit

Permalink
Don't think we need to explicitly define the field in the top-level s…
Browse files Browse the repository at this point in the history
…ince it satisfies the key:string
  • Loading branch information
donaherc committed Mar 1, 2022
1 parent 36f5b3b commit d60ff4b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ export interface ESLicense {
export interface TelemetryEvent {
[key: string]: SearchTypes;
'@timestamp'?: string;
signal_id?: string;
data_stream?: {
[key: string]: SearchTypes;
dataset?: string;
Expand Down

0 comments on commit d60ff4b

Please sign in to comment.