|
|
@@ -78,7 +78,7 @@ export type DirectiveArguments = Array<
|
|
|
| [Directive | undefined]
|
|
|
| [Directive | undefined, any]
|
|
|
| [Directive | undefined, any, string]
|
|
|
- | [Directive | undefined, any, string, DirectiveModifiers]
|
|
|
+ | [Directive | undefined, any, string | undefined, DirectiveModifiers]
|
|
|
>
|
|
|
|
|
|
/**
|