UNPKG
@iot9x.com/nestjs-ucpaas-voice
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
nestjs 云之讯平台语音集成插件
@iot9x.com/nestjs-ucpaas-voice
/
dist
/
interfaces
/
response
/
voice
/
start-call.response.interface.d.ts
7 lines
(6 loc)
•
217 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
BaseResponse
}
from
'../base.response.interface'
;
export
interface
StartCallResponseData
{
/** 返回key */
key
:
string
; }
export
declare
type
StartCallResponse
=
BaseResponse
<
StartCallResponseData
>;