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

    Interface CreateStreamResponse

    Response from creating a stream.

    interface CreateStreamResponse {
        config: StreamConfig;
    }
    Index

    Properties

    Properties

    config: StreamConfig

    Stream configuration.