import { QueryRQ } from "@etsoo/appscript";
/**
 * Person list request data
 * 成员列表请求数据
 */
export type PersonListRQ = QueryRQ & {};
