mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-10 07:32:53 +09:00
596 B
596 B
Home > firefish-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