openpra-monorepo
const LoginChallengeSchema: ZodObject<{ challengeToken: ZodString; twoFactorRequired: ZodLiteral<true>; }, $strip>
const
ZodObject
challengeToken
ZodString
twoFactorRequired
ZodLiteral
true
$strip
Defined in: auth/LoginSchema.ts:16