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

x/pact/src/pact-js/pact.d.ts>PathMismatch

Pact 🔗 Contract Testing for Deno 🦕, Powered by Rust 🦀
Latest
type alias PathMismatch
import { type PathMismatch } from "https://deno.land/x/pact@0.1.0/src/pact-js/pact.d.ts";
definition: { type: "PathMismatch"; expected: string; actual: string; mismatch: string; }