Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/pact/src/pact-js/consumer.ts>ResponsePluginInteraction

Pact 🔗 Contract Testing for Deno 🦕, Powered by Rust 🦀
Latest
type alias ResponsePluginInteraction
import { type ResponsePluginInteraction } from "https://deno.land/x/pact@0.1.0/src/pact-js/consumer.ts";
definition: { withPluginResponseInteractionContents: (contentType: string, contents: string) => boolean; }