Skip to content

Commit cdcb88c

Browse files
fix: export interfaces (#2)
1 parent 8800d7b commit cdcb88c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ import { probePayload } from './probe-payload'
77
import { IONVIFDevice } from './device'
88
import { parseXmlResponse } from './parse'
99

10+
export { IProbeConfig } from './config'
11+
export { IONVIFDevice }
12+
1013
type IONVIFDeviceWithTimestamp = IONVIFDevice & { readonly ts: number }
1114

1215
const uniqueObjects =

0 commit comments

Comments
 (0)