@flowscripter/pluggable-io-framework-api
    Preparing search index...

    Type Alias ChunkOfKind<K>

    ChunkOfKind: Extract<ChunkRef, { kind: K }>

    The concrete chunk type produced by a stream tagged with a given kind.

    Type Parameters