@avanio/variable-util
    Preparing search index...

    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;
    }
    Index

    Properties

    Properties

    _type: "RequestNotReady"
    message: string