mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
603 B
603 B
Home > iceshrimp-js > entities > Following
entities.Following type
Signature:
export declare type Following = {
id: ID;
createdAt: DateString;
followerId: User["id"];
followeeId: User["id"];
};
References: ID, DateString, User