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

    Type Alias GeneratedAppendRecord

    Record to be appended to a stream.

    type GeneratedAppendRecord = {
        body?: string;
        headers?: Header[];
        timestamp?: null | U64;
    }
    Index

    Properties

    body?: string

    Body of the record.

    headers?: Header[]

    Series of name-value pairs for this record.

    timestamp?: null | U64