export interface SalesRuleCouponManagementV1DeleteByCodesPostBody { codes: Array; ignoreInvalidCoupons?: boolean; }