DisBot
    Preparing search index...

    Type Alias AggregateTickets

    Model Tickets

    type AggregateTickets = {
        _avg: TicketsAvgAggregateOutputType | null;
        _count: TicketsCountAggregateOutputType | null;
        _max: TicketsMaxAggregateOutputType | null;
        _min: TicketsMinAggregateOutputType | null;
        _sum: TicketsSumAggregateOutputType | null;
    }
    Index

    Properties

    Properties