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