Skip to content

Commit

Permalink
Cleanup some misc fixmes (#156)
Browse files Browse the repository at this point in the history
I removed the fixme about structured testing and added it to work item:
#155.

Removed transformerresumption API and fixmes associated with it.
  • Loading branch information
nick4598 committed Nov 20, 2024
1 parent c9062e6 commit 81c7cf1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/transformer/src/IModelTransformer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,11 @@ export interface RelationshipPropsForDelete {

type SyncType = "not-sync" | "forward" | "reverse";

export interface RelationshipPropsForDelete {
id: Id64String;
classFullName: string;
}

type SyncType = "not-sync" | "forward" | "reverse";

/** Base class used to transform a source iModel into a different target iModel.
Expand Down

0 comments on commit 81c7cf1

Please sign in to comment.