Closed JordanBoltonMN closed 2 years ago
Most public APIs on this layer return Result<T | undefined, CommonError>. The validate API should do the same.
Result<T | undefined, CommonError>
Most public APIs on this layer return
Result<T | undefined, CommonError>
. The validate API should do the same.