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