Skip to content

Commit

Permalink
types: export StripeRawError type (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdsedmundo authored Mar 19, 2021
1 parent a37fe8b commit 3ea5f68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/Errors.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ declare module 'stripe' {
| 'authentication_error'
| 'invalid_grant';

type StripeRawError = {
export type StripeRawError = {
message?: string;

type: RawErrorType;
Expand Down

0 comments on commit 3ea5f68

Please sign in to comment.