Skip to content

Packages  ›  trotsky  ›  StepPostsOutput

StepPostsOutput type

Represents the output of a posts step, consisting of an array of post views.

Signature:

typescript
export type StepPostsOutput = AppBskyFeedDefs.PostView[];