Interface NetworkError

interface NetworkError {
    _tag: "NetworkError";
}

Properties

Properties

_tag