@salutejs/client
Version:
Модуль взаимодействия с виртуальным ассистентом
8 lines • 325 B
TypeScript
import { WSCreator } from '../../typings';
import { Transport } from './types';
export declare type CreateTransportParams = {
createWS?: WSCreator;
checkCertUrl?: string;
};
export declare const createTransport: ({ createWS, checkCertUrl }: CreateTransportParams) => Transport;
//# sourceMappingURL=transport.d.ts.map