Constructable

export type Constructable<Entity> = abstract new (...args: any[]) => Entity;
export type Constructable<Entity> = abstract new (...args: any[]) => Entity;

No summary provided.