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

    Interface StreamInfo

    Information about a stream.

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

    Properties

    createdAt: Date

    Creation time.

    deletedAt?: Date

    Deletion time, if the stream is being deleted.

    name: string

    Stream name.