Fix remaining response type

This commit is contained in:
Luis Alvarez 2020-10-25 18:46:32 -05:00
parent 6de830af43
commit 29aedfc149

View File

@ -1,3 +1,5 @@
import type { Response } from '@vercel/fetch'
// Used for GraphQL errors
export class BigcommerceGraphQLError extends Error {}