/** * The like_type for a persons liked content. */ export type LikeType = "all" | "liked_only" | "disliked_only";