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

    Type Alias ListBasinsResponse

    type ListBasinsResponse = {
        basins: API.BasinInfo[];
        has_more: boolean;
    }
    Index

    Properties

    Properties

    basins: API.BasinInfo[]

    Matching basins.

    has_more: boolean

    Indicates that there are more basins that match the criteria.