Type Alias ExpressionEventPathBracketNotation

ExpressionEventPathBracketNotation: {
    computed: true;
    computedPath: ExpressionEventPath[][];
    path: string;
}

Type declaration