Skip to content

Commit d1c474a

Browse files
fix: add missing 'Session.init' typedef (#683)
1 parent a68a422 commit d1c474a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

types/global.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ declare namespace Supabase {
231231
}
232232

233233
export class Session {
234+
init: Promise<void>
234235
/**
235236
* Create a new model session using given model
236237
*/

0 commit comments

Comments
 (0)