Skip to content

Commit

Permalink
fix: add missing export for PartialZWaveOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCalzone committed Sep 25, 2023
1 parent 80597ea commit 8cf6c6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/zwave-js/src/Driver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export type {
export { Driver, libName, libVersion } from "./lib/driver/Driver";
export type {
EditableZWaveOptions,
PartialZWaveOptions,
ZWaveOptions,
} from "./lib/driver/ZWaveOptions";
export type { DriverLogContext } from "./lib/log/Driver";

0 comments on commit 8cf6c6e

Please sign in to comment.