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

    Interface EnsureBasinResponse

    Response from ensuring a basin.

    interface EnsureBasinResponse {
        basin: BasinInfo;
        result: ProvisionResult;
    }
    Index

    Properties

    Properties

    basin: BasinInfo

    Current basin info.

    Provisioning outcome.