/** * The details of archiving the orders. */ export type ArchiveOrdersStepInput = { /** * The IDs of the orders to archive. */ orderIds: string[]; }; export declare const archiveOrdersStepId = "archive-orders"; /** * This step archives one or more orders. */ export declare const archiveOrdersStep: import("@medusajs/framework/workflows-sdk").StepFunction; //# sourceMappingURL=archive-orders.d.ts.map