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

    Type Alias StreamInfo

    type StreamInfo = {
        created_at: string;
        deleted_at?: string | null;
        name: StreamNameStr;
    }
    Index

    Properties

    created_at: string

    Creation time in RFC 3339 format.

    deleted_at?: string | null

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

    Stream name.