5 lines
131 B
TypeScript
5 lines
131 B
TypeScript
|
declare module 'trtc-js-sdk' {
|
||
|
export function createClient(info: any): any
|
||
|
export function createStream(info: any): any
|
||
|
}
|