import * as z from "zod"; export type ConsoleV1ExperimentsControllerGenRemoveAssignmentSourceRequest = { /** * Name of the assignment source */ name: string; /** * Optional header to respect review settings for mutation endpoints. */ xRespectReviewSettings?: string | undefined; }; /** * Delete Assignment Source response */ export type ConsoleV1ExperimentsControllerGenRemoveAssignmentSourceResponseBody = { message?: string | undefined; }; /** @internal */ export declare const ConsoleV1ExperimentsControllerGenRemoveAssignmentSourceRequest$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1ExperimentsControllerGenRemoveAssignmentSourceRequest$Outbound = { name: string; "x-respect-review-settings"?: string | undefined; }; /** @internal */ export declare const ConsoleV1ExperimentsControllerGenRemoveAssignmentSourceRequest$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 ConsoleV1ExperimentsControllerGenRemoveAssignmentSourceRequest$ { /** @deprecated use `ConsoleV1ExperimentsControllerGenRemoveAssignmentSourceRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ExperimentsControllerGenRemoveAssignmentSourceRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ExperimentsControllerGenRemoveAssignmentSourceRequest$Outbound` instead. */ type Outbound = ConsoleV1ExperimentsControllerGenRemoveAssignmentSourceRequest$Outbound; } /** @internal */ export declare const ConsoleV1ExperimentsControllerGenRemoveAssignmentSourceResponseBody$inboundSchema: z.ZodType; /** @internal */ export type ConsoleV1ExperimentsControllerGenRemoveAssignmentSourceResponseBody$Outbound = { message?: string | undefined; }; /** @internal */ export declare const ConsoleV1ExperimentsControllerGenRemoveAssignmentSourceResponseBody$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 ConsoleV1ExperimentsControllerGenRemoveAssignmentSourceResponseBody$ { /** @deprecated use `ConsoleV1ExperimentsControllerGenRemoveAssignmentSourceResponseBody$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ExperimentsControllerGenRemoveAssignmentSourceResponseBody$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `ConsoleV1ExperimentsControllerGenRemoveAssignmentSourceResponseBody$Outbound` instead. */ type Outbound = ConsoleV1ExperimentsControllerGenRemoveAssignmentSourceResponseBody$Outbound; } //# sourceMappingURL=consolev1experimentscontrollergenremoveassignmentsource.d.ts.map