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

588 B

Home > trashposs-js > entities > UserList

entities.UserList type

Signature:

export declare type UserList = {
	id: ID;
	createdAt: DateString;
	name: string;
	userIds: User["id"][];
};

References: ID, DateString, User