diff --git a/src/index.ts b/src/index.ts index a15ab9d..565ae3c 100644 --- a/src/index.ts +++ b/src/index.ts @@ -9,6 +9,7 @@ import { parseXmlResponse } from './parse' export { IProbeConfig } from './config' export { IONVIFDevice } +export { DEFAULT_CONFIG } type IONVIFDeviceWithTimestamp = IONVIFDevice & { readonly ts: number }