Packages › trotsky › StepSearchPostsQueryParamsCursor
StepSearchPostsQueryParamsCursor type
Represents the cursor for paginating through search post results.
Signature:
typescript
export type StepSearchPostsQueryParamsCursor = StepSearchPostsQueryParams["cursor"] | undefined;
References: StepSearchPostsQueryParams