interface AggregateFunctionBuilderProps {
    aggregateFunctionNode: kysely.AggregateFunctionNode;
}

Properties

aggregateFunctionNode: kysely.AggregateFunctionNode