UNPKG

triplecheck-cli

Version:

The easiest and fastest way to do contract testing.

7 lines (6 loc) 169 B
export declare type HttpOptions = { method: HttpMethod; body?: string; headers?: any; }; export declare type HttpMethod = 'GET' | 'PUT' | 'POST' | 'DELETE';