Skip to content

Commit

Permalink
fix(kook): fix session.kook typings, close #212
Browse files Browse the repository at this point in the history
  • Loading branch information
shigma committed Dec 26, 2023
1 parent 756b051 commit 22d60b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/kook/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ declare module '@satorijs/core' {
interface Events extends Kook.Events {}

interface Session {
kook?: Kook.Payload & Kook.Internal
kook?: Kook.Data & Kook.Internal
}
}

0 comments on commit 22d60b3

Please sign in to comment.