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

    Type Alias ListBasinsResponse

    Generated API types re-exported for convenience.

    These mirror the server REST resources and payloads.

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

    Properties

    Properties

    basins: BasinInfo[]

    Matching basins.

    has_more: boolean

    Indicates that there are more basins that match the criteria.