UNPKG

@pact-foundation/pact

Version:
8 lines (7 loc) 535 B
import type { ConsumerInteraction, ConsumerPact } from '@pact-foundation/pact-core'; import type { PactV4Options, V4InteractionWithCompleteRequest, V4InteractionWithResponse, V4Response } from './types'; export declare class InteractionWithCompleteRequest implements V4InteractionWithCompleteRequest { protected cleanupFn: () => void; constructor(_pact: ConsumerPact, _interaction: ConsumerInteraction, _opts: PactV4Options, cleanupFn: () => void); withCompleteResponse(_response: V4Response): V4InteractionWithResponse; }