diff options
Diffstat (limited to 'packages/plugin/src')
| -rw-r--r-- | packages/plugin/src/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/plugin/src/index.ts b/packages/plugin/src/index.ts index bf9b6e8c2..46ad8512c 100644 --- a/packages/plugin/src/index.ts +++ b/packages/plugin/src/index.ts @@ -114,6 +114,7 @@ export type AuthOuathResult = { url: string; instructions: string } & ( refresh: string access: string expires: number + accountId?: string } | { key: string } )) @@ -133,6 +134,7 @@ export type AuthOuathResult = { url: string; instructions: string } & ( refresh: string access: string expires: number + accountId?: string } | { key: string } )) |
