diff --git a/src/lib/types.ts b/src/lib/types.ts index b2d3b01d..7b5f83ea 100644 --- a/src/lib/types.ts +++ b/src/lib/types.ts @@ -348,6 +348,7 @@ export interface User { is_anonymous?: boolean is_sso_user?: boolean factors?: Factor[] + deleted_at?: string } export interface UserAttributes {