mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-01 08:18:05 +09:00
579 B
579 B
Home > calckey-js > entities > FollowingFollowerPopulated
entities.FollowingFollowerPopulated type
Signature:
export declare type FollowingFollowerPopulated = Following & {
follower: UserDetailed;
};
References: Following, UserDetailed