Interface RequestNotReady

RequestNotReady indicates that the request is not ready to be loaded yet. (e.g. the user is not logged in)

v0.2.8

interface RequestNotReady {
    _type: "RequestNotReady";
    message: string;
}

Properties

Properties

_type: "RequestNotReady"
message: string