@sentio/sdk
    Preparing search index...

    Variable ProcessStreamResponse_Partitions

    ProcessStreamResponse_Partitions: {
        create(
            base?: {
                partitions?: {
                    [key: number]:
                        | undefined
                        | {
                            sysValue?: ProcessStreamResponse_Partitions_Partition_SysValue;
                            userValue?: string;
                        };
                };
            },
        ): ProcessStreamResponse_Partitions;
        decode(
            input: Uint8Array<ArrayBufferLike> | Reader,
            length?: number,
        ): ProcessStreamResponse_Partitions;
        encode(message: ProcessStreamResponse_Partitions, writer?: Writer): Writer;
        fromJSON(object: any): ProcessStreamResponse_Partitions;
        fromPartial(
            object: {
                partitions?: {
                    [key: number]:
                        | undefined
                        | {
                            sysValue?: ProcessStreamResponse_Partitions_Partition_SysValue;
                            userValue?: string;
                        };
                };
            },
        ): ProcessStreamResponse_Partitions;
        toJSON(message: ProcessStreamResponse_Partitions): unknown;
    }

    Type Declaration