Packages › trotsky › StepActorListsQueryParamsCursor
StepActorListsQueryParamsCursor type
Type representing the cursor type for paginated queries when retrieving an actor's lists.
Signature:
typescript
export type StepActorListsQueryParamsCursor = StepActorListsQueryParams["cursor"] | undefined;
References: StepActorListsQueryParams