Call expression with pipe argument

interface PipeExpression {
    argument?: Expression;
    call?: CallExpression;
    type?: string;
}

Properties

Properties

argument?: Expression
type?: string
MMNEPVFCICPMFPCPTTAAATR