import { DataTypes } from "@etsoo/shared";

/**
 * Application list data
 * 应用列表数据
 */
export type AppListDto = DataTypes.IdNameItem & {};
