Skip to content

Commit 2bf48d9

Browse files
committed
remove unused type
1 parent c414e41 commit 2bf48d9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/transformer/src/IModelTransformer.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@ const nullLastProvenanceEntityInfo = {
116116

117117
type LastProvenanceEntityInfo = typeof nullLastProvenanceEntityInfo;
118118

119-
type EntityTransformHandler = (
120-
entity: ConcreteEntity
121-
) => ElementProps | ModelProps | RelationshipProps | ElementAspectProps;
122-
123119
/** Options provided to the [[IModelTransformer]] constructor.
124120
* @beta
125121
* @note if adding an option, you must explicitly add its serialization to [[IModelTransformer.saveStateToFile]]!

0 commit comments

Comments
 (0)