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