import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * Source of the execution detail */ export declare const ExecutionDetailsSourceEnum: { readonly Credentials: "Credentials"; readonly Internal: "Internal"; readonly Payload: "Payload"; readonly Webhook: "Webhook"; }; /** * Source of the execution detail */ export type ExecutionDetailsSourceEnum = ClosedEnum; /** @internal */ export declare const ExecutionDetailsSourceEnum$inboundSchema: z.ZodNativeEnum; //# sourceMappingURL=executiondetailssourceenum.d.ts.map