mirror of
https://example.com
synced 2024-11-24 10:36:39 +09:00
579 B
579 B
Home > calckey-js > entities > FollowingFolloweePopulated
entities.FollowingFolloweePopulated type
Signature:
export declare type FollowingFolloweePopulated = Following & {
followee: UserDetailed;
};
References: Following, UserDetailed