import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; /** * created | updated | ended */ export declare const ChangedLineItemAction: { readonly Created: "created"; readonly Updated: "updated"; readonly Ended: "ended"; }; /** * created | updated | ended */ export type ChangedLineItemAction = OpenEnum; /** @internal */ export declare const ChangedLineItemAction$inboundSchema: z.ZodMiniType; //# sourceMappingURL=changed-line-item-action.d.ts.map