ts-api-utils - v3.0.0-rc.1
    Preparing search index...

    Interface VariableUse

    An instance of an item (type or value) being used.

    interface VariableUse {
        domain: UsageDomain;
        location: Identifier;
    }
    Index

    Properties

    Properties

    domain: UsageDomain

    Which space(s) the usage is within.

    location: Identifier