import { AppListRQ } from "./AppListRQ";

/**
 * Application query request data
 * 应用查询请求数据
 */
export type AppQueryRQ = AppListRQ & {};
