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