zhizhi/node_modules/dingtalk-jsapi/api/union/createBLEPeripheralServer.d.ts

20 lines
677 B
TypeScript
Raw Normal View History

import { ICommonAPIParams } from '../../constant/types';
/**
*
* @apiName createBLEPeripheralServer
*/
export interface IUnionCreateBLEPeripheralServerParams extends ICommonAPIParams {
}
/**
*
* @apiName createBLEPeripheralServer
*/
export interface IUnionCreateBLEPeripheralServerResult {
}
/**
*
* @apiName createBLEPeripheralServer
*/
export declare function createBLEPeripheralServer$(params: IUnionCreateBLEPeripheralServerParams): Promise<IUnionCreateBLEPeripheralServerResult>;
export default createBLEPeripheralServer$;