/** * The different types of sorting options when fetching replies to tweets. */ export enum TweetRepliesSortType { LIKES = 'LIKES', LATEST = 'LATEST', RELEVANCE = 'RELEVANCE', }