/** * 受访者上传题选项 */ interface CFPDUploadOption extends CFPDOption, CFPDMValidateOption { /** * 文件格式限制 */ fileLimits: UPLOAD_LIMIT[]; }