Skip to content

Variable: authRequestResultSchema

const authRequestResultSchema: ZodObject<{ ok: ZodLiteral<true>; retryAfter: ZodOptional<ZodNumber>; }, $strip>