TraitApplier fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Julien Valverdé
2024-01-07 22:46:59 +01:00
parent 38db448128
commit c7aaf72695

View File

@@ -28,7 +28,7 @@ export type Trait<
export type TraitApplier<
C extends AbstractClass<any>
> =
(Parent: AbstractConstructor<any>) => C
(Parent: AbstractConstructor<object>) => C
/**
* Returns the class type of a trait.