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