UNPKG
bria
Version:
latest (1.1.0)
1.1.0
1.0.1
1.0.0
CounterPath Bria Desktop API for Node.js
github.com/relative/node-bria
relative/node-bria
bria
/
dist
/
requests
/
SetCallOptionsRequest.d.ts
6 lines
•
261 B
TypeScript
View Raw
1
2
3
4
5
6
import
BriaRequest
from
'./BriaRequest'
;
import
{
CallOptions
}
from
'../client/Call'
;
export
default
class
SetCallOptionsRequest
extends
BriaRequest
{
constructor
(
properties: Partial<CallOptions>
); }
//# sourceMappingURL=SetCallOptionsRequest.d.ts.map