Packages › trotsky › StepActorsParam
StepActorsParam type
Type for the parameter passed to the StepActors class. Represents the identifiers of several actors (e.g., handle or DID). Bluesky currently limit this to 25 actors.
Signature:
typescript
export type StepActorsParam = string[];