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

    Interface GeneratedCodeInfo_Annotation_SemanticValueMembers

    Defines the static values of GeneratedCodeInfo_Annotation_Semantic.

    interface GeneratedCodeInfo_Annotation_SemanticValueMembers {
        ALIAS: EnumInstance<"NONE" | "UNRECOGNIZED" | "SET" | "ALIAS">;
        NONE: EnumInstance<"NONE" | "UNRECOGNIZED" | "SET" | "ALIAS">;
        SET: EnumInstance<"NONE" | "UNRECOGNIZED" | "SET" | "ALIAS">;
    }
    Index
    ALIAS: EnumInstance<"NONE" | "UNRECOGNIZED" | "SET" | "ALIAS">

    An alias to the element is returned.

    NONE: EnumInstance<"NONE" | "UNRECOGNIZED" | "SET" | "ALIAS">

    There is no effect or the effect is indescribable.

    SET: EnumInstance<"NONE" | "UNRECOGNIZED" | "SET" | "ALIAS">

    The element is set or otherwise mutated.