Interface Aggregate

Aggregation interface

interface Aggregate {
    alias?: string;
    field: string;
    function: string;
}

Properties

Properties

alias?: string

Field alias

field: string

Field Name

function: string

Aggregate function