UNPKG

@medusajs/types

Version:
10 lines 242 B
/** * The data to delete shipping options. */ export interface DeleteShippingOptionsWorkflowInput { /** * The IDs of the shipping options to delete. */ ids: string[]; } //# sourceMappingURL=delete-shipping-options.d.ts.map