UNPKG

@medusajs/core-flows

Version:

Set of workflow definitions for Medusa

10 lines 455 B
/** * The IDs of the customer addresses to delete. */ export type DeleteCustomerAddressesStepInput = string[]; export declare const deleteCustomerAddressesStepId = "delete-customer-addresses"; /** * This step deletes one or more customer addresses. */ export declare const deleteCustomerAddressesStep: import("@medusajs/framework/workflows-sdk").StepFunction<DeleteCustomerAddressesStepInput, undefined>; //# sourceMappingURL=delete-addresses.d.ts.map