Skip to content

Packages  ›  trotsky  ›  StepStreamPosts  ›  resolveOutput

StepStreamPosts.resolveOutput() method

Resolves the output for a given commit message.

Signature:

typescript
resolveOutput(message: JetstreamMessageCommit): Promise<O>;

Parameters

Parameter

Type

Description

message

JetstreamMessageCommit

The commit message containing post data.

Returns:

Promise<O>

A promise that resolves to the output object.