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

    Interface EnsureStreamResponse

    Response from ensuring a stream.

    interface EnsureStreamResponse {
        result: ProvisionResult;
        stream: StreamInfo;
    }
    Index

    Properties

    Properties

    Provisioning outcome.

    stream: StreamInfo

    Current stream state.