Skip to content

Commit

Permalink
fix(cli): include all functions in types file (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-siek committed Nov 9, 2022
1 parent b8bd98e commit 30042ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/cli/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import type { AxeResults } from 'axe-core';
import type { WebDriver, Builder } from 'selenium-webdriver';

export * from './lib';

export interface EventParams {
silentMode: boolean;
timer: boolean;
Expand Down

0 comments on commit 30042ef

Please sign in to comment.