DirectiveArguments: (
    | [vue.Directive | undefined]
    | [vue.Directive | undefined, any]
    | [vue.Directive | undefined, any, string]
    | [vue.Directive | undefined, any, string, DirectiveModifiers])[]