Skip to content

Commit 55b39b2

Browse files
wolfy1339gr2m
authored andcommitted
fix: Add missing options to the Options interface
1 parent 8fc8543 commit 55b39b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ interface Options {
55
login?: string
66
scopes?: string | string[]
77
redirectUrl?: string
8+
state?: string
9+
log?: {
10+
[key: string]: (message: string) => void
11+
}
812
}
913

1014
export interface Result {

0 commit comments

Comments
 (0)