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

    Type Alias BasinInfo

    type BasinInfo = {
        created_at: string;
        deleted_at?: string | null;
        name: BasinNameStr;
        scope?: null | BasinScope;
    }
    Index

    Properties

    created_at: string

    Creation time in RFC 3339 format.

    deleted_at?: string | null

    Deletion time in RFC 3339 format, if the basin is being deleted.

    Basin name.

    scope?: null | BasinScope