import { DataTypes } from "@etsoo/shared";
/**
 * Member list data
 * 成员列表数据
 */
export type MemberListDto = DataTypes.IdNameItem & {};
