@s2-dev/streamstore - v0.18.1
Preparing search index...
ReadRecord
Type Alias ReadRecord<Format>
ReadRecord
:
Omit
<
SequencedRecord
,
"body"
|
"headers"
>
&
{
body
?:
Format
extends
"string"
?
string
:
Uint8Array
;
headers
?:
ReadHeaders
<
Format
>
;
}
Streaming types used for reading from streams.
Type Parameters
Format
extends
"string"
|
"bytes"
=
"string"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@s2-dev/streamstore - v0.18.1
Loading...
Streaming types used for reading from streams.