/**
 * 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