Skip to content

Commit

Permalink
Merge pull request #114 from kinotio/develop
Browse files Browse the repository at this point in the history
fix: driver params type export
  • Loading branch information
andostronaut authored Dec 20, 2024
2 parents 3e1dce3 + 4ecf17a commit 9ac3e6a
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 9ac3e6a

Please sign in to comment.