mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 00:43:49 +01:00
603 B
603 B
Home > trashposs-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