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

20 lines
605 B
TypeScript
Raw Normal View History

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