(params: BindingCallRejectParams, progress?: Progress)
| 5208 | export interface BindingCallChannel extends BindingCallEventTarget, Channel { |
| 5209 | _type_BindingCall: boolean; |
| 5210 | reject(params: BindingCallRejectParams, progress?: Progress): Promise<BindingCallRejectResult>; |
| 5211 | resolve(params: BindingCallResolveParams, progress?: Progress): Promise<BindingCallResolveResult>; |
| 5212 | } |
| 5213 | export type BindingCallRejectParams = { |
no outgoing calls