import * as z from "zod/v3"; import { ClosedEnum } from "../../types/enums.js"; /** * Sync action performed */ export declare const SyncActionEnum: { readonly Created: "created"; readonly Updated: "updated"; readonly Skipped: "skipped"; readonly Deleted: "deleted"; }; /** * Sync action performed */ export type SyncActionEnum = ClosedEnum; /** @internal */ export declare const SyncActionEnum$inboundSchema: z.ZodNativeEnum; //# sourceMappingURL=syncactionenum.d.ts.map