@sentio/sdk
    Preparing search index...

    Type Alias ListValue

    ListValue: Message<"google.protobuf.ListValue"> & { values: Value[] }

    ListValue is a wrapper around a repeated field of values.

    The JSON representation for ListValue is JSON array.

    Type Declaration

    • values: Value[]

      Repeated field of dynamically typed values.

      from field: repeated google.protobuf.Value values = 1;

    from message google.protobuf.ListValue