diff --git a/src/lib/types.ts b/src/lib/types.ts index 31b117ff..1c8013a4 100644 --- a/src/lib/types.ts +++ b/src/lib/types.ts @@ -315,6 +315,7 @@ export interface Factor { export interface UserAppMetadata { provider?: string + providers?: string[] [key: string]: any }