Skip to content

Commit bf03a1e

Browse files
authored
feat: add CodeExchangeMethod and CodeExchangeParams types to index (#19)
1 parent 72b2feb commit bf03a1e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ export type {
2121
ConnectStateChangeCallback,
2222
SessionData,
2323
IdentityProviderTokenCallback,
24+
CodeExchangeMethod,
25+
CodeExchangeParams,
2426
// OAuth scope types
2527
GoogleScope,
2628
MicrosoftScope,

0 commit comments

Comments
 (0)