@tsed/platform-test-sdk
Version:
Package to test platform adapter integration with Ts.ED
9 lines (8 loc) • 359 B
TypeScript
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;