UNPKG

@pact-foundation/pact

Version:
7 lines (6 loc) 297 B
import { V4UnconfiguredInteraction } from './http/types'; import { V4UnconfiguredSynchronousMessage } from './message/types'; export interface V4ConsumerPact { addInteraction(): V4UnconfiguredInteraction; addSynchronousInteraction(description: string): V4UnconfiguredSynchronousMessage; }