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

    Type Alias AppendRecordForFormat<Format>

    AppendRecordForFormat: Omit<GeneratedAppendRecord, "body" | "headers"> & {
        body?: Format extends "string" ? string : Uint8Array;
        headers?: AppendHeaders<Format>;
    }

    Streaming types used for reading from streams.

    Type Parameters

    • Format extends "string" | "bytes" = "string"