Packages › trotsky › StepPostsUris
StepPostsUris type
Type for the parameter passed to the StepPosts class. Represents the URIs of several post. Bluesky currently limit this to 25 posts.
Signature:
typescript
export type StepPostsUris = (string | AtUri)[];