diff --git a/lib/bigcommerce/api/utils/errors.ts b/lib/bigcommerce/api/utils/errors.ts index bd7a995d8..77e2007fc 100644 --- a/lib/bigcommerce/api/utils/errors.ts +++ b/lib/bigcommerce/api/utils/errors.ts @@ -1,3 +1,5 @@ +import type { Response } from '@vercel/fetch' + // Used for GraphQL errors export class BigcommerceGraphQLError extends Error {}