Packages › trotsky › StepActorStreamPostsOutput
StepActorStreamPostsOutput type
Combines a Jetstream message commit with a partial post record. Typically represents the streamed output of a single post event.
Signature:
typescript
export type StepActorStreamPostsOutput = JetstreamMessageCommit & {
"record": Partial<PostRecord>;
};