Traqula
    Preparing search index...

    Interface IExpressionFunctionX<U>

    interface IExpressionFunctionX<U extends Expression[] | [Pattern]> {
        args: U;
        distinct?: boolean;
        operator: string;
        type: "operation";
    }

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    args: U
    distinct?: boolean
    operator: string
    type: "operation"