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