Traqula
    Preparing search index...
    interface IArgList {
        args: Expression[];
        distinct?: boolean;
        type: "functionCall";
    }
    Index

    Properties

    Properties

    args: Expression[]
    distinct?: boolean
    type: "functionCall"