refactor: remove unnecessary type alias
This commit is contained in:
parent
fc391a02e5
commit
bbc04d4467
|
@ -1 +1 @@
|
|||
type DecoratorFactory<T, U> = (target: T, propertyKey: string, descriptor: PropertyDescriptor) => void;
|
||||
type DecoratorFactory<T> = (target: T, propertyKey: string, descriptor: PropertyDescriptor) => void;
|
||||
|
|
Loading…
Reference in New Issue