DisBot
    Preparing search index...

    Type Alias TicketFeedbackScalarWhereWithAggregatesInput

    type TicketFeedbackScalarWhereWithAggregatesInput = {
        AND?:
            | TicketFeedbackScalarWhereWithAggregatesInput
            | TicketFeedbackScalarWhereWithAggregatesInput[];
        Comment?: | StringNullableWithAggregatesFilter<"TicketFeedback">
        | string
        | null;
        Id?: IntWithAggregatesFilter<"TicketFeedback"> | number;
        NOT?:
            | TicketFeedbackScalarWhereWithAggregatesInput
            | TicketFeedbackScalarWhereWithAggregatesInput[];
        OR?: TicketFeedbackScalarWhereWithAggregatesInput[];
        Rating?: IntNullableWithAggregatesFilter<"TicketFeedback">
        | number
        | null;
        Sent?: BoolWithAggregatesFilter<"TicketFeedback"> | boolean;
        SubmittedAt?:
            | DateTimeNullableWithAggregatesFilter<"TicketFeedback">
            | Date
            | string
            | null;
        TicketId?: StringWithAggregatesFilter<"TicketFeedback"> | string;
    }
    Index

    Properties

    Comment?: StringNullableWithAggregatesFilter<"TicketFeedback"> | string | null
    Id?: IntWithAggregatesFilter<"TicketFeedback"> | number
    Rating?: IntNullableWithAggregatesFilter<"TicketFeedback"> | number | null
    Sent?: BoolWithAggregatesFilter<"TicketFeedback"> | boolean
    SubmittedAt?:
        | DateTimeNullableWithAggregatesFilter<"TicketFeedback">
        | Date
        | string
        | null
    TicketId?: StringWithAggregatesFilter<"TicketFeedback"> | string