This reverts commit f90c7a9df0
due to breakages in G3.
PR Close #32089
This commit is contained in:
@ -68,12 +68,12 @@ export interface DirectiveDecorator {
|
||||
*
|
||||
* @Annotation
|
||||
*/
|
||||
(obj?: Directive): TypeDecorator;
|
||||
(obj: Directive): TypeDecorator;
|
||||
|
||||
/**
|
||||
* See the `Directive` decorator.
|
||||
*/
|
||||
new (obj?: Directive): Directive;
|
||||
new (obj: Directive): Directive;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user