FakeResponseApi

export interface FakeResponseApi {
    getStatusCode(): number;
    getBody(): string | Buffer;
    getHeaders(): any;
}

results matching ""

    No results matching ""