Skip to content

Commit

Permalink
Merge pull request DefinitelyTyped#28970 from squirly/patch-2
Browse files Browse the repository at this point in the history
[@types/stripe] Fixed StripeWebhookEvent.created to be a number
  • Loading branch information
jessetrinity authored Sep 18, 2018
2 parents 51e31ae + 66a413c commit b27db7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/stripe/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3627,7 +3627,7 @@ declare namespace Stripe {
id: string;
object: string;
api_version: string;
created: Date;
created: number;
data: {
object: T;
};
Expand Down

0 comments on commit b27db7f

Please sign in to comment.