diff --git a/src/repositories/product-selection.ts b/src/repositories/product-selection.ts index c4abdaa6..7d334f2c 100644 --- a/src/repositories/product-selection.ts +++ b/src/repositories/product-selection.ts @@ -3,8 +3,6 @@ import type { ProductSelectionChangeNameAction, ProductSelectionDraft, ProductSelectionUpdateAction, - Review, - ReviewUpdateAction, } from '@commercetools/platform-sdk' import { getBaseResourceProperties } from '../helpers.js' import type { Writable } from '../types.js'