@sentio/sdk
    Preparing search index...

    Type Alias ProcessStreamResponse_Partitions

    ProcessStreamResponse_Partitions: Message<
        "processor.ProcessStreamResponse.Partitions",
    > & {
        partitions: {
            [key: number]: ProcessStreamResponse_Partitions_Partition;
        };
    }

    Type Declaration

    from message processor.ProcessStreamResponse.Partitions