zhizhi/node_modules/dingtalk-jsapi/api/union/stopBluetoothDevicesDiscove...

20 lines
713 B
TypeScript
Raw Normal View History

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