refactor: remove unnecessary type alias
This commit is contained in:
parent
fc391a02e5
commit
bbc04d4467
2
types/decorator-factory.d.ts
vendored
2
types/decorator-factory.d.ts
vendored
@ -1 +1 @@
|
||||
type DecoratorFactory<T, U> = (target: T, propertyKey: string, descriptor: PropertyDescriptor) => void;
|
||||
type DecoratorFactory<T> = (target: T, propertyKey: string, descriptor: PropertyDescriptor) => void;
|
||||
|
Loading…
x
Reference in New Issue
Block a user