This resolves possible confusion between iceshrimp-js (this project) and iceshrimp-sdk (the package)
599 B
599 B
Home > iceshrimp-sdk > entities > UserList
entities.UserList type
Signature:
export type UserList = {
id: ID;
createdAt: DateString;
name: string;
userIds: User["id"][];
};
References: ID, DateString, User