Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
fix: type definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Kloubert committed Feb 21, 2024
1 parent 30962f0 commit 85c1d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ export interface IEntityConfig<TEntity extends unknown = any> {
/**
* The class / type to use to create instances for an entity.
*/
type: TEntity;
type: Constructor<TEntity>;
}

/**
Expand Down

0 comments on commit 85c1d55

Please sign in to comment.