Skip to content

Commit

Permalink
fix(types): correct OAuthApplicationInfo#integration_types_config i…
Browse files Browse the repository at this point in the history
…nner object (#182)

Got my notes wrong, it's `oauth2_install_params`, not `install_params`
:(
  • Loading branch information
TTtie authored Nov 10, 2024
1 parent b975a46 commit 717ce10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2001,7 +2001,7 @@ declare namespace Dysnomia {
id: string;
install_params?: OAuthInstallParams;
integration_types_config?: Record<ApplicationIntegrationTypes, {
install_params?: OAuthInstallParams;
oauth2_install_params?: OAuthInstallParams;
}>;
interactions_endpoint_url?: string;
name: string;
Expand Down

0 comments on commit 717ce10

Please sign in to comment.