You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
用yapi-to-typescript生成ts文件时,文件本身会加上 // @ts-ignore type FileData = File;
但是如果生成了多个ts文件,可能会因为冲突而报错 Module './api/147' has already exported a member named 'FileData'. Consider explicitly re-exporting to resolve the ambiguity.
这种情况如何处理?
The text was updated successfully, but these errors were encountered:
用yapi-to-typescript生成ts文件时,文件本身会加上
// @ts-ignore type FileData = File;
但是如果生成了多个ts文件,可能会因为冲突而报错
Module './api/147' has already exported a member named 'FileData'. Consider explicitly re-exporting to resolve the ambiguity.
这种情况如何处理?
The text was updated successfully, but these errors were encountered: