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

    Interface ListBasinsResponse

    Response from listing basins.

    interface ListBasinsResponse {
        basins: BasinInfo[];
        hasMore: boolean;
    }
    Index

    Properties

    Properties

    basins: BasinInfo[]

    List of basins.

    hasMore: boolean

    Whether there are more results.