Skip to content

openpra-monorepo


Variable: LoginResponseSchema

const LoginResponseSchema: ZodUnion<readonly [ZodObject<{ token: ZodString; }, $strip>, ZodObject<{ challengeToken: ZodString; twoFactorRequired: ZodLiteral<true>; }, $strip>]>

Defined in: auth/LoginSchema.ts:23