@nebius/js-sdk - v0.2.54
    Preparing search index...

    Interface SymbolVisibilityValueMembers

    Defines the static values of SymbolVisibility.

    interface SymbolVisibilityValueMembers {
        VISIBILITY_EXPORT: EnumInstance<
            | "UNRECOGNIZED"
            | "VISIBILITY_UNSET"
            | "VISIBILITY_LOCAL"
            | "VISIBILITY_EXPORT",
        >;
        VISIBILITY_LOCAL: EnumInstance<
            | "UNRECOGNIZED"
            | "VISIBILITY_UNSET"
            | "VISIBILITY_LOCAL"
            | "VISIBILITY_EXPORT",
        >;
        VISIBILITY_UNSET: EnumInstance<
            | "UNRECOGNIZED"
            | "VISIBILITY_UNSET"
            | "VISIBILITY_LOCAL"
            | "VISIBILITY_EXPORT",
        >;
    }
    Index
    VISIBILITY_EXPORT: EnumInstance<
        | "UNRECOGNIZED"
        | "VISIBILITY_UNSET"
        | "VISIBILITY_LOCAL"
        | "VISIBILITY_EXPORT",
    >

    Represents the VISIBILITY_EXPORT protobuf enum value.

    VISIBILITY_LOCAL: EnumInstance<
        | "UNRECOGNIZED"
        | "VISIBILITY_UNSET"
        | "VISIBILITY_LOCAL"
        | "VISIBILITY_EXPORT",
    >

    Represents the VISIBILITY_LOCAL protobuf enum value.

    VISIBILITY_UNSET: EnumInstance<
        | "UNRECOGNIZED"
        | "VISIBILITY_UNSET"
        | "VISIBILITY_LOCAL"
        | "VISIBILITY_EXPORT",
    >

    Represents the VISIBILITY_UNSET protobuf enum value.