We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b2feb commit bf03a1eCopy full SHA for bf03a1e
.changeset/export-code-exchange-types.md
@@ -0,0 +1,6 @@
1
+---
2
+"@nylas/connect": minor
3
4
+
5
+Export CodeExchangeMethod and CodeExchangeParams types for custom code exchange implementations.
6
packages/nylas-connect/src/index.ts
@@ -21,6 +21,8 @@ export type {
21
ConnectStateChangeCallback,
22
SessionData,
23
IdentityProviderTokenCallback,
24
+ CodeExchangeMethod,
25
+ CodeExchangeParams,
26
// OAuth scope types
27
GoogleScope,
28
MicrosoftScope,
0 commit comments