ResultMapper<T>: {
    onError: GetError<T>;
    onValue: GetResultValue<T>;
}

Used to convert an HTTP response into a statically-typed and non-rejected APIResult.

Type Parameters

Type declaration

Generated using TypeDoc