DisBot
    Preparing search index...

    Type Alias TicketsGroupByOutputType

    type TicketsGroupByOutputType = {
        _avg: TicketsAvgAggregateOutputType | null;
        _count: TicketsCountAggregateOutputType | null;
        _max: TicketsMaxAggregateOutputType | null;
        _min: TicketsMinAggregateOutputType | null;
        _sum: TicketsSumAggregateOutputType | null;
        AddedMemberIds: string[];
        ArchiveMessageId: string | null;
        AutoAssignHandler: string | null;
        AutoCloseAction: string[];
        AutoReplyMessageTemplateId: string | null;
        ChannelId: string | null;
        ChannelType: number;
        CloseActionReason: string | null;
        ClosedAt: Date | null;
        CreatedAt: Date;
        GuildId: string;
        Id: number;
        IsArchived: boolean | null;
        IsAutoDone: boolean | null;
        IsClaimed: boolean;
        IsClosed: boolean;
        IsLocked: boolean | null;
        LastMessageId: string | null;
        OldTicketCategoryId: string | null;
        OnlyClaimMode: boolean | null;
        SendTranscriptToUser: boolean | null;
        ThreadId: string | null;
        TicketFeedbackChannelId: string | null;
        TicketId: string;
        TicketNotes: string[];
        TicketOwnerId: string;
        TicketSetupId: string;
        TranscriptChannelId: string | null;
        TranscriptHTML: string | null;
        TranscriptJSON: string | null;
        UserDMWhenCloseMessageTemplateId: string | null;
        UserWhoHasClaimedId: string | null;
        WithTicketFeedback: boolean | null;
    }
    Index

    Properties

    AddedMemberIds: string[]
    ArchiveMessageId: string | null
    AutoAssignHandler: string | null
    AutoCloseAction: string[]
    AutoReplyMessageTemplateId: string | null
    ChannelId: string | null
    ChannelType: number
    CloseActionReason: string | null
    ClosedAt: Date | null
    CreatedAt: Date
    GuildId: string
    Id: number
    IsArchived: boolean | null
    IsAutoDone: boolean | null
    IsClaimed: boolean
    IsClosed: boolean
    IsLocked: boolean | null
    LastMessageId: string | null
    OldTicketCategoryId: string | null
    OnlyClaimMode: boolean | null
    SendTranscriptToUser: boolean | null
    ThreadId: string | null
    TicketFeedbackChannelId: string | null
    TicketId: string
    TicketNotes: string[]
    TicketOwnerId: string
    TicketSetupId: string
    TranscriptChannelId: string | null
    TranscriptHTML: string | null
    TranscriptJSON: string | null
    UserDMWhenCloseMessageTemplateId: string | null
    UserWhoHasClaimedId: string | null
    WithTicketFeedback: boolean | null