interface IFollowJSON { id: number; user_id: number; post_id: number; } export default IFollowJSON;