@sentio/sdk
    Preparing search index...

    Type Alias ProcessStreamResponse_Partitions_Partition

    ProcessStreamResponse_Partitions_Partition: Message<
        "processor.ProcessStreamResponse.Partitions.Partition",
    > & {
        value: | { case: "userValue"; value: string }
        | {
            case: "sysValue";
            value: ProcessStreamResponse_Partitions_Partition_SysValue;
        }
        | { case: undefined; value?: undefined };
    }

    Type Declaration

    • value:
          | { case: "userValue"; value: string }
          | {
              case: "sysValue";
              value: ProcessStreamResponse_Partitions_Partition_SysValue;
          }
          | { case: undefined; value?: undefined }

      from oneof processor.ProcessStreamResponse.Partitions.Partition.value

    from message processor.ProcessStreamResponse.Partitions.Partition