Skip to content

True Myth / result / ResultJSON

Type Alias: ResultJSON<T, E>

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

Representation of a Result when serialized to JSON.

Type Parameters

T

T

E

E