@s2-dev/streamstore - v0.22.0
    Preparing search index...

    Interface AppendAck

    Success response to an append request.

    interface AppendAck {
        end: StreamPosition;
        start: StreamPosition;
        tail: StreamPosition;
    }
    Index

    Properties

    Properties