/** * 接口配置 */ import { InterfaceParamType } from '@imedx/ics-imedx-chromely-plugin-intf-platform' /** * 接口配置 */ export default { IntfId: { name: '接口地址', type: InterfaceParamType.input, options: [], default: '', remark: '', deprecated: false } }