export interface SalesRuleCouponManagementV1DeleteByIdsPostBody { ids: Array; ignoreInvalidCoupons?: boolean; }