Type Definition JSONResult
atuin_common::api
type JSONResult<E> = Result<ReplyEither<Json, E>, Infallible>;