UNPKG
ts-onvif
Version:
alpha (1.0.0-alpha.1)
latest (1.0.0)
1.0.0
1.0.0-alpha.1
Client to ONVIF devices
github.com/agsh/onvif
agsh/onvif
ts-onvif
/
build
/
interfaces
/
basics.d.ts
5 lines
(4 loc)
•
119 B
TypeScript
View Raw
1
2
3
4
5
export
type
AnyURI
=
string
;
export
type
FilterType
=
any
;
export
type
NCName
=
string
;
export
type
Duration
=
string
;