/** * 处理接口返回附件的情况,好几个地方用 * @param response * @param __ * @returns */ import { ApiObject } from '../types'; export declare function attachmentAdpator(response: any, __: Function, api?: ApiObject): any; export default attachmentAdpator;