DisBot
    Preparing search index...

    Type Alias TicketsScalarWhereWithAggregatesInput

    type TicketsScalarWhereWithAggregatesInput = {
        AddedMemberIds?: StringNullableListFilter<"Tickets">;
        AND?:
            | TicketsScalarWhereWithAggregatesInput
            | TicketsScalarWhereWithAggregatesInput[];
        ArchiveMessageId?: | StringNullableWithAggregatesFilter<"Tickets">
        | string
        | null;
        AutoAssignHandler?:
            | StringNullableWithAggregatesFilter<"Tickets">
            | string
            | null;
        AutoCloseAction?: StringNullableListFilter<"Tickets">;
        AutoReplyMessageTemplateId?:
            | StringNullableWithAggregatesFilter<"Tickets">
            | string
            | null;
        ChannelId?: StringNullableWithAggregatesFilter<"Tickets"> | string | null;
        ChannelType?: IntWithAggregatesFilter<"Tickets"> | number;
        CloseActionReason?:
            | StringNullableWithAggregatesFilter<"Tickets">
            | string
            | null;
        ClosedAt?:
            | DateTimeNullableWithAggregatesFilter<"Tickets">
            | Date
            | string
            | null;
        CreatedAt?: DateTimeWithAggregatesFilter<"Tickets"> | Date | string;
        GuildId?: StringWithAggregatesFilter<"Tickets"> | string;
        Id?: IntWithAggregatesFilter<"Tickets"> | number;
        IsArchived?: BoolNullableWithAggregatesFilter<"Tickets"> | boolean | null;
        IsAutoDone?: BoolNullableWithAggregatesFilter<"Tickets"> | boolean | null;
        IsClaimed?: BoolWithAggregatesFilter<"Tickets"> | boolean;
        IsClosed?: BoolWithAggregatesFilter<"Tickets"> | boolean;
        IsLocked?: BoolNullableWithAggregatesFilter<"Tickets"> | boolean | null;
        LastMessageId?:
            | StringNullableWithAggregatesFilter<"Tickets">
            | string
            | null;
        NOT?:
            | TicketsScalarWhereWithAggregatesInput
            | TicketsScalarWhereWithAggregatesInput[];
        OldTicketCategoryId?: | StringNullableWithAggregatesFilter<"Tickets">
        | string
        | null;
        OnlyClaimMode?:
            | BoolNullableWithAggregatesFilter<"Tickets">
            | boolean
            | null;
        OR?: TicketsScalarWhereWithAggregatesInput[];
        SendTranscriptToUser?:
            | BoolNullableWithAggregatesFilter<"Tickets">
            | boolean
            | null;
        ThreadId?: StringNullableWithAggregatesFilter<"Tickets"> | string | null;
        TicketFeedbackChannelId?:
            | StringNullableWithAggregatesFilter<"Tickets">
            | string
            | null;
        TicketId?: StringWithAggregatesFilter<"Tickets"> | string;
        TicketNotes?: StringNullableListFilter<"Tickets">;
        TicketOwnerId?: StringWithAggregatesFilter<"Tickets"> | string;
        TicketSetupId?: StringWithAggregatesFilter<"Tickets"> | string;
        TranscriptChannelId?:
            | StringNullableWithAggregatesFilter<"Tickets">
            | string
            | null;
        TranscriptHTML?:
            | StringNullableWithAggregatesFilter<"Tickets">
            | string
            | null;
        TranscriptJSON?:
            | StringNullableWithAggregatesFilter<"Tickets">
            | string
            | null;
        UserDMWhenCloseMessageTemplateId?:
            | StringNullableWithAggregatesFilter<"Tickets">
            | string
            | null;
        UserWhoHasClaimedId?:
            | StringNullableWithAggregatesFilter<"Tickets">
            | string
            | null;
        WithTicketFeedback?:
            | BoolNullableWithAggregatesFilter<"Tickets">
            | boolean
            | null;
    }
    Index

    Properties

    AddedMemberIds?: StringNullableListFilter<"Tickets">
    ArchiveMessageId?: StringNullableWithAggregatesFilter<"Tickets"> | string | null
    AutoAssignHandler?:
        | StringNullableWithAggregatesFilter<"Tickets">
        | string
        | null
    AutoCloseAction?: StringNullableListFilter<"Tickets">
    AutoReplyMessageTemplateId?:
        | StringNullableWithAggregatesFilter<"Tickets">
        | string
        | null
    ChannelId?: StringNullableWithAggregatesFilter<"Tickets"> | string | null
    ChannelType?: IntWithAggregatesFilter<"Tickets"> | number
    CloseActionReason?:
        | StringNullableWithAggregatesFilter<"Tickets">
        | string
        | null
    ClosedAt?:
        | DateTimeNullableWithAggregatesFilter<"Tickets">
        | Date
        | string
        | null
    CreatedAt?: DateTimeWithAggregatesFilter<"Tickets"> | Date | string
    GuildId?: StringWithAggregatesFilter<"Tickets"> | string
    Id?: IntWithAggregatesFilter<"Tickets"> | number
    IsArchived?: BoolNullableWithAggregatesFilter<"Tickets"> | boolean | null
    IsAutoDone?: BoolNullableWithAggregatesFilter<"Tickets"> | boolean | null
    IsClaimed?: BoolWithAggregatesFilter<"Tickets"> | boolean
    IsClosed?: BoolWithAggregatesFilter<"Tickets"> | boolean
    IsLocked?: BoolNullableWithAggregatesFilter<"Tickets"> | boolean | null
    LastMessageId?: StringNullableWithAggregatesFilter<"Tickets"> | string | null
    OldTicketCategoryId?:
        | StringNullableWithAggregatesFilter<"Tickets">
        | string
        | null
    OnlyClaimMode?: BoolNullableWithAggregatesFilter<"Tickets"> | boolean | null
    SendTranscriptToUser?:
        | BoolNullableWithAggregatesFilter<"Tickets">
        | boolean
        | null
    ThreadId?: StringNullableWithAggregatesFilter<"Tickets"> | string | null
    TicketFeedbackChannelId?:
        | StringNullableWithAggregatesFilter<"Tickets">
        | string
        | null
    TicketId?: StringWithAggregatesFilter<"Tickets"> | string
    TicketNotes?: StringNullableListFilter<"Tickets">
    TicketOwnerId?: StringWithAggregatesFilter<"Tickets"> | string
    TicketSetupId?: StringWithAggregatesFilter<"Tickets"> | string
    TranscriptChannelId?:
        | StringNullableWithAggregatesFilter<"Tickets">
        | string
        | null
    TranscriptHTML?: StringNullableWithAggregatesFilter<"Tickets"> | string | null
    TranscriptJSON?: StringNullableWithAggregatesFilter<"Tickets"> | string | null
    UserDMWhenCloseMessageTemplateId?:
        | StringNullableWithAggregatesFilter<"Tickets">
        | string
        | null
    UserWhoHasClaimedId?:
        | StringNullableWithAggregatesFilter<"Tickets">
        | string
        | null
    WithTicketFeedback?:
        | BoolNullableWithAggregatesFilter<"Tickets">
        | boolean
        | null