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

    Type Alias BasinInfo

    Generated API types re-exported for convenience.

    These mirror the server REST resources and payloads.

    type BasinInfo = {
        name: BasinNameStr;
        scope: BasinScope;
        state: BasinState;
    }
    Index

    Properties

    Properties

    Basin name.

    scope: BasinScope

    Basin scope.

    state: BasinState

    Basin state.