Variable LoginEmailProfileResponseConst
LoginEmailProfileResponse: ZodObject<
{
authType: ZodDefault<
ZodEnum<
{
EmailAuthTypeUndefined: "EmailAuthTypeUndefined";
OAuth2: "OAuth2";
Plain: "Plain";
},
>,
>;
cookie: ZodOptional<ZodRecord<ZodString, ZodString>>;
redirectUrl: ZodOptional<ZodString>;
},
$strip,
> = ...