Skip to content

Commit

Permalink
Merge pull request #946 from stripe/jlomas-assert_capabilities-typedef
Browse files Browse the repository at this point in the history
Fix `assert_capabilities` type definition
  • Loading branch information
richardm-stripe authored Jul 6, 2020
2 parents c6a4071 + a6dd6c1 commit c11dc13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/OAuth.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ declare module 'stripe' {
* Express only
* Check whether the suggested_capabilities were applied to the connected account.
*/
assert_capabilities?: string;
assert_capabilities?: Array<string>;
}

export class OAuthResource {
Expand Down

0 comments on commit c11dc13

Please sign in to comment.