import * as z from "zod"; export type ConsoleV1ExperimentsControllerGenStartRequest = { /** * id */ id: string; /** * Optional header to respect review settings for mutation endpoints. */ xRespectReviewSettings?: string | undefined; }; /** * Start Experiment Success */ export type ConsoleV1ExperimentsControllerGenStartResponseBody = { message?: string | undefined; }; /** @internal */ export declare const ConsoleV1ExperimentsControllerGenStartRequest$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1ExperimentsControllerGenStartRequest$Outbound = { id: string; "x-respect-review-settings"?: string | undefined; }; /** @internal */ export declare const ConsoleV1ExperimentsControllerGenStartRequest$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace ConsoleV1ExperimentsControllerGenStartRequest$ { /** @deprecated use `ConsoleV1ExperimentsControllerGenStartRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ExperimentsControllerGenStartRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ExperimentsControllerGenStartRequest$Outbound` instead. */ type Outbound = ConsoleV1ExperimentsControllerGenStartRequest$Outbound; } /** @internal */ export declare const ConsoleV1ExperimentsControllerGenStartResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1ExperimentsControllerGenStartResponseBody$Outbound = { message?: string | undefined; }; /** @internal */ export declare const ConsoleV1ExperimentsControllerGenStartResponseBody$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace ConsoleV1ExperimentsControllerGenStartResponseBody$ { /** @deprecated use `ConsoleV1ExperimentsControllerGenStartResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ExperimentsControllerGenStartResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ExperimentsControllerGenStartResponseBody$Outbound` instead. */ type Outbound = ConsoleV1ExperimentsControllerGenStartResponseBody$Outbound; } //# sourceMappingURL=consolev1experimentscontrollergenstart.d.ts.map