Skip to content

Commit

Permalink
fix: driver params type export
Browse files Browse the repository at this point in the history
  • Loading branch information
andostronaut committed Dec 18, 2024
1 parent 7ca8d75 commit 4ecf17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export type ReportSchema = {
}

const Types = {
TDriverParams: {} as DriverParams,
DriverParams: {} as DriverParams,
DriverBrowser: {} as DriverBrowser,
ConfigJSON: {} as ConfigJSON,
Data: {} as Data,
Expand Down

0 comments on commit 4ecf17a

Please sign in to comment.