Skip to content

Commit

Permalink
refactor(classes): adjust import
Browse files Browse the repository at this point in the history
  • Loading branch information
nartc committed Mar 6, 2021
1 parent 528b193 commit 904e5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/classes/src/lib/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Dictionary, TransformerMetadataFactory } from '@automapper/types';
import type { Dictionary, TransformerMetadataFactory } from '@automapper/types';

export interface Constructible<TModel extends Dictionary<TModel> = any>
extends TransformerMetadataFactory<TModel> {
Expand Down

0 comments on commit 904e5c8

Please sign in to comment.