import { ContactItem } from "./ContactItem";

/**
 * Person list data
 * 成员列表数据
 */
export type PersonListDto = ContactItem & {};
