Skip to content

Packages  ›  trotsky  ›  StepFeedQueryParamsCursor

StepFeedQueryParamsCursor type

Type representing the cursor for paginated queries.

Signature:

typescript
export type StepFeedQueryParamsCursor = StepFeedQueryParams["cursor"] | undefined;

References: StepFeedQueryParams