zhizhi/node_modules/dingtalk-jsapi/api/biz/pbp/stopMatchRuleFromPartner.d.ts

23 lines
736 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* 停止匹配打卡规则 请求参数定义
* @apiName biz.pbp.stopMatchRuleFromPartner
*/
export interface IBizPbpStopMatchRuleFromPartnerParams {
/** 业务实例唯一标识 */
bizInstId: string;
}
/**
* 停止匹配打卡规则 返回结果定义
* @apiName biz.pbp.stopMatchRuleFromPartner
*/
export interface IBizPbpStopMatchRuleFromPartnerResult {
}
/**
* 停止匹配打卡规则
* @apiName biz.pbp.stopMatchRuleFromPartner
* @supportVersion ios: 5.1.10 android: 5.1.10
* @author Android序望iOS度尽
*/
export declare function stopMatchRuleFromPartner$(params: IBizPbpStopMatchRuleFromPartnerParams): Promise<IBizPbpStopMatchRuleFromPartnerResult>;
export default stopMatchRuleFromPartner$;