Variable: LoginResponseSchema
constLoginResponseSchema:ZodUnion<readonly [ZodObject<{token:ZodString; },$strip>,ZodObject<{challengeToken:ZodString;twoFactorRequired:ZodLiteral<true>; },$strip>]>
Defined in: auth/LoginSchema.ts:23
