Skip to content

Commit 96da194

Browse files
authored
fix: add missing deleted_at property to User interface (#1059)
## What kind of change does this PR introduce? - add missing `deleted_at` property to User interface
1 parent 1bcb76e commit 96da194

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ export interface User {
348348
is_anonymous?: boolean
349349
is_sso_user?: boolean
350350
factors?: Factor[]
351+
deleted_at?: string
351352
}
352353

353354
export interface UserAttributes {

0 commit comments

Comments
 (0)