This commit is contained in:
Fabio Berger
2018-08-21 17:16:16 +01:00
parent a7468eb858
commit 1ddac0bc7b

View File

@@ -56,6 +56,7 @@ export interface DocGenConfigs {
EXTERNAL_EXPORT_TO_LINK: { [externalExport: string]: string };
CLASSES_WITH_HIDDEN_CONSTRUCTORS: string[];
IGNORED_EXCESSIVE_TYPES: string[];
TYPES_ONLY_LIBRARIES: string[];
}
export interface ExportPathToExportedItems {