不要怂,就是干,撸起袖子干!

Commit 26ec3677 by Florian Herrengt Committed by Sushant

fix(typings): remove lib/model double export (#10665)

1 parent a676eea0
Showing with 0 additions and 1 deletions
...@@ -10,7 +10,6 @@ export * from './lib/query-interface'; ...@@ -10,7 +10,6 @@ export * from './lib/query-interface';
export * from './lib/data-types'; export * from './lib/data-types';
export * from './lib/model'; export * from './lib/model';
export * from './lib/transaction'; export * from './lib/transaction';
export * from './lib/model';
export * from './lib/associations/index'; export * from './lib/associations/index';
export * from './lib/errors'; export * from './lib/errors';
export { BaseError as Error } from './lib/errors'; export { BaseError as Error } from './lib/errors';
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!