Interface AggregationOptions

interface AggregationOptions {
    postgres: boolean;
}

Properties

Properties

postgres: boolean