diff --git a/types/Errors.d.ts b/types/Errors.d.ts index fba17b00cf..8995ae8808 100644 --- a/types/Errors.d.ts +++ b/types/Errors.d.ts @@ -24,7 +24,7 @@ declare module 'stripe' { | 'authentication_error' | 'invalid_grant'; - type StripeRawError = { + export type StripeRawError = { message?: string; type: RawErrorType;