UNPKG

@case-contract-testing/case

Version:

Next-generation contract testing suite

11 lines (10 loc) 172 B
export interface ErrorResponse { message: string; } export type HelloResponse = { hello: string; }; export interface User { userId: string; name: string; }