UNPKG

@tsed/platform-test-sdk

Version:
9 lines (8 loc) 359 B
import { PlatformResponse } from "@tsed/platform-http"; import { PlatformTestingSdkOpts } from "../interfaces/index.js"; export declare class HeadersCtrl { testScenario1(value: string[]): any; testScenario2(): string; testScenario3(response: PlatformResponse): string; } export declare function testHeaders(options: PlatformTestingSdkOpts): void;