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

    Type Alias AnyShape

    Contains the unexpanded type URL and encoded bytes of a protobuf Any.

    This runtime shape does not unpack the nested message automatically.

    type AnyShape = {
        typeUrl: string;
        value: Uint8Array;
    }
    Index
    typeUrl: string

    Identifies the encoded message type, usually with a type.googleapis.com/ prefix.

    value: Uint8Array

    Contains the nested message in protobuf wire format.