Type Aliases

StreamingArtifactStore

Type Alias: StreamingArtifactStore

StreamingArtifactStore = ArtifactStore & Required<Pick<ArtifactStore, "putStream" | "getStream">>

Defined in: src/artifacts/streaming.ts:53

An ArtifactStore that implements BOTH streaming members.

On this page