jormungandr-bite/packages/iceshrimp-js/markdown/iceshrimp-js.entities.following.md
2024-06-17 10:15:54 -06:00

585 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