Type alias ResultJSON<T, E>

ResultJSON<T, E>: OkJSON<T> | ErrJSON<E>

Type Parameters

  • T

  • E

Generated using TypeDoc