UNPKG
wa-chat-server-microsoft
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
wa-chat-server adapter for the Microsoft Bot Framework
wa-chat-server-microsoft
/
lib
/
test
/
interface
/
IWAChatServerMockConfig.d.ts
6 lines
(5 loc)
•
159 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Types
}
from
'wa-chat-server'
;
export
interface
IWAChatServerMockConfig
{
watsonRequest
:
Record
<
string
,
any
>;
response
:
Types
.
IGetResponse
; }