interface FollowingFeedResponse {
    data: {
        type: "USER_STORY";
        user: User;
    }[];
}

Properties

Properties

data: {
    type: "USER_STORY";
    user: User;
}[]

Type declaration

  • type: "USER_STORY"
  • user: User