Skip to content

Commit

Permalink
fix(parser): Allow any property in the RawResponse interface
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanRT committed Aug 1, 2023
1 parent 74e1a5e commit 3bc53a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/parser/types/RawResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ export interface IRawResponse {
items?: RawNode[];
frameworkUpdates?: any;
engagementPanels: RawNode[];
[key: string]: any;
}

0 comments on commit 3bc53a8

Please sign in to comment.