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
/
ShowHistoryRequest.d.ts
6 lines
•
258 B
TypeScript
View Raw
1
2
3
4
5
6
import
BriaRequest
from
'./BriaRequest'
;
import
{
HistoryType
}
from
'../client/History'
;
export
default
class
ShowHistoryRequest
extends
BriaRequest
{
constructor
(
type
:
HistoryType
,
text
?:
string
); }
//# sourceMappingURL=ShowHistoryRequest.d.ts.map