Skip to content

Commit

Permalink
chore: exports missing interface in RelationsIndexer
Browse files Browse the repository at this point in the history
  • Loading branch information
HoyosJuan committed Jun 2, 2024
1 parent 2dfbcb3 commit 5f6a241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/ifc/IfcRelationsIndexer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -354,4 +354,4 @@ export class IfcRelationsIndexer extends Component implements Disposable {
}
}

export type { InverseAttribute } from "./src/types";
export type { InverseAttribute, RelationsMap } from "./src/types";

0 comments on commit 5f6a241

Please sign in to comment.