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