UNPKG

@tsed/platform-test-sdk

Version:
17 lines (16 loc) 403 B
import { PlatformTestingSdkOpts } from "../interfaces/index.js"; export declare enum EnumValue { One = "one", Two = "two" } export declare class NestedEnum { value: EnumValue; } export declare class TestNestedEnum { nested: NestedEnum; } export declare class ModelGroup { id: string; groups: string; } export declare function testResponse(options: PlatformTestingSdkOpts): void;