Type alias FeedPosition<T>

FeedPosition<T extends string | number>: T

The sequential number of this post from the feed start (starting from 0) So the first post in the feed is 0, the second is 1 and so on

Type Parameters

  • T extends string | number = string | number