UNPKG

@tsed/platform-test-sdk

Version:
7 lines (6 loc) 228 B
import "@tsed/ajv"; import { PlatformTestingSdkOpts } from "../interfaces/index.js"; export declare class RandomStringModel { length: number; } export declare function testQueryParams(options: PlatformTestingSdkOpts): void;