interface Function {
    function: FUNCTION;
    parameters: Expression[];
}

Properties

Properties

function: FUNCTION
parameters: Expression[]