UNPKG

apiveritas

Version:

Lightweight CLI tool for consumer-driven API contract testing via JSON schema and payload comparisons.

7 lines 154 B
export interface IFileComparisonResult { fileName: string; matched: boolean; differences?: string[]; oldContent?: any; newContent?: any; }