Skip to content

Packages  ›  trotsky  ›  StepSearchPostsOutput

StepSearchPostsOutput type

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

Signature:

typescript
export type StepSearchPostsOutput = AppBskyFeedSearchPosts.OutputSchema["posts"];