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