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

23 lines
736 B
TypeScript
Raw Normal View History

/**
*
* @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 AndroidiOS
*/
export declare function stopMatchRuleFromPartner$(params: IBizPbpStopMatchRuleFromPartnerParams): Promise<IBizPbpStopMatchRuleFromPartnerResult>;
export default stopMatchRuleFromPartner$;