We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c414e41 commit 2bf48d9Copy full SHA for 2bf48d9
packages/transformer/src/IModelTransformer.ts
@@ -116,10 +116,6 @@ const nullLastProvenanceEntityInfo = {
116
117
type LastProvenanceEntityInfo = typeof nullLastProvenanceEntityInfo;
118
119
-type EntityTransformHandler = (
120
- entity: ConcreteEntity
121
-) => ElementProps | ModelProps | RelationshipProps | ElementAspectProps;
122
-
123
/** Options provided to the [[IModelTransformer]] constructor.
124
* @beta
125
* @note if adding an option, you must explicitly add its serialization to [[IModelTransformer.saveStateToFile]]!
0 commit comments