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

20 lines
542 B
TypeScript
Raw Normal View History

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