DisBot
    Preparing search index...

    Type Alias TicketFeedbackGroupByOutputType

    type TicketFeedbackGroupByOutputType = {
        _avg: TicketFeedbackAvgAggregateOutputType | null;
        _count: TicketFeedbackCountAggregateOutputType | null;
        _max: TicketFeedbackMaxAggregateOutputType | null;
        _min: TicketFeedbackMinAggregateOutputType | null;
        _sum: TicketFeedbackSumAggregateOutputType | null;
        Comment: string | null;
        Id: number;
        Rating: number | null;
        Sent: boolean;
        SubmittedAt: Date | null;
        TicketId: string;
    }
    Index

    Properties

    Comment: string | null
    Id: number
    Rating: number | null
    Sent: boolean
    SubmittedAt: Date | null
    TicketId: string