diff --git a/src/lib/types.ts b/src/lib/types.ts index 180b3e1f3..d41bb6bf8 100644 --- a/src/lib/types.ts +++ b/src/lib/types.ts @@ -339,6 +339,7 @@ export interface User { role?: string updated_at?: string identities?: UserIdentity[] + is_anonymous?: boolean factors?: Factor[] }