564 B
564 B
Home > calckey-js > entities > FollowingFolloweePopulated
entities.FollowingFolloweePopulated type
Signature:
export declare type FollowingFolloweePopulated = Following & {
followee: UserDetailed;
};
References: Following, UserDetailed