// @ts-ignore /* eslint-disable */ // API 更新时间: // API 唯一标识: import * as Components from './Components'; import * as Deployments from './Deployments';
import * as Common from './Common';
import * as Info from './Info'; import * as Mirror from './Mirror'; export default { Components, Deployments,
Common,
Info, Mirror, };