UNPKG

@medusajs/core-flows

Version:

Set of workflow definitions for Medusa

8 lines 294 B
/** * This step validates the presence of attributes on an object */ export declare const validatePresenceOfStep: import("@medusajs/framework/workflows-sdk").StepFunction<{ entity: Record<any, unknown>; fields: string[]; }, unknown>; //# sourceMappingURL=validate-presence-of.d.ts.map