Skip to content

Commit

Permalink
fix(types): add function definition to datapasser interface
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsJohansen87 committed Oct 2, 2024
1 parent 59de8e7 commit c0aad2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/lib/src/types/dataPasser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ export interface LensDataPasser extends HTMLElement {
removeItemFromQuyeryAPI(params: RemoveItemFromQuyeryAPIParams): void;
removeValueFromQueryAPI(params: RemoveValueFromQueryAPIParams): void;
updateResponseAPI(params: ResponseStore): void;
setQueryStoreAPI(params: QueryItem[][]): void;
}

0 comments on commit c0aad2d

Please sign in to comment.