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

    Interface BasinInfo

    Information about a basin.

    interface BasinInfo {
        createdAt: Date;
        deletedAt?: Date;
        location?: string;
        name: string;
    }
    Index

    Properties

    createdAt: Date

    Creation time.

    deletedAt?: Date

    Deletion time if the basin is being deleted.

    location?: string

    Basin location.

    name: string

    Basin name.