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

21 lines
563 B
TypeScript
Raw Normal View History

import { ICommonAPIParams } from '../../constant/types';
/**
*
* @apiName setKeepScreenOn
*/
export interface IUnionSetKeepScreenOnParams extends ICommonAPIParams {
isKeep: boolean;
}
/**
*
* @apiName setKeepScreenOn
*/
export interface IUnionSetKeepScreenOnResult {
}
/**
*
* @apiName setKeepScreenOn
*/
export declare function setKeepScreenOn$(params: IUnionSetKeepScreenOnParams): Promise<IUnionSetKeepScreenOnResult>;
export default setKeepScreenOn$;