trashposs/packages/trashposs-js/markdown/trashposs-js.entities.following.md
2024-04-06 22:57:52 +02:00

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