UNPKG

@ng-apimock/cypress-plugin

Version:
12 lines (11 loc) 213 B
export interface RequestHeaders { [key: string]: any; } export interface RequestObject { agent?: any; url: string; method: string; log: boolean; headers?: RequestHeaders; body?: any; }