Add exception for EnvVars because we use it in a lot of places

This commit is contained in:
fabioberger
2019-11-18 23:04:15 +01:00
parent ac28744df6
commit 71faf46735

View File

@@ -52,6 +52,7 @@ export const docGenConfigs: DocGenConfigs = {
'ContractFunctionObj',
'ContractTxFunctionObj',
'EventCallback ',
'EnvVars',
],
// Some libraries only export types. In those cases, we cannot check if the exported types are part of the
// "exported public interface". Thus we add them here and skip those checks.