import * as z from "zod"; export type ConsoleV1ExperimentsControllerGenResetRequest = { /** * id */ id: string; /** * Optional header to respect review settings for mutation endpoints. */ xRespectReviewSettings?: string | undefined; }; /** * Reset Experiment Success */ export type ConsoleV1ExperimentsControllerGenResetResponseBody = { message?: string | undefined; }; /** @internal */ export declare const ConsoleV1ExperimentsControllerGenResetRequest$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1ExperimentsControllerGenResetRequest$Outbound = { id: string; "x-respect-review-settings"?: string | undefined; }; /** @internal */ export declare const ConsoleV1ExperimentsControllerGenResetRequest$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 ConsoleV1ExperimentsControllerGenResetRequest$ { /** @deprecated use `ConsoleV1ExperimentsControllerGenResetRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ExperimentsControllerGenResetRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ExperimentsControllerGenResetRequest$Outbound` instead. */ type Outbound = ConsoleV1ExperimentsControllerGenResetRequest$Outbound; } /** @internal */ export declare const ConsoleV1ExperimentsControllerGenResetResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1ExperimentsControllerGenResetResponseBody$Outbound = { message?: string | undefined; }; /** @internal */ export declare const ConsoleV1ExperimentsControllerGenResetResponseBody$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 ConsoleV1ExperimentsControllerGenResetResponseBody$ { /** @deprecated use `ConsoleV1ExperimentsControllerGenResetResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ExperimentsControllerGenResetResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ExperimentsControllerGenResetResponseBody$Outbound` instead. */ type Outbound = ConsoleV1ExperimentsControllerGenResetResponseBody$Outbound; } //# sourceMappingURL=consolev1experimentscontrollergenreset.d.ts.map