DisBot
    Preparing search index...

    Type Alias TicketSetupsGroupByOutputType

    type TicketSetupsGroupByOutputType = {
        _avg: TicketSetupsAvgAggregateOutputType | null;
        _count: TicketSetupsCountAggregateOutputType | null;
        _max: TicketSetupsMaxAggregateOutputType | null;
        _min: TicketSetupsMinAggregateOutputType | null;
        _sum: TicketSetupsSumAggregateOutputType | null;
        AutoAssignHandler: string | null;
        AutoCloseAction: string[];
        AutoCloseAfterInactivity: number | null;
        AutoCloseAfterTime: number | null;
        AutoReplyMessageTemplateId: string | null;
        CategoryId: string | null;
        ChannelType: number | null;
        CustomId: string;
        EnableTicketsOnlyFromTime: string | null;
        GuildId: string;
        HasModal: boolean | null;
        Id: number;
        MessageTemplateId: string | null;
        ModalTitle: string | null;
        OldTicketCategoryId: string | null;
        OnlyClaimMode: boolean | null;
        RequiredRoles: string[];
        SendTranscriptToUser: boolean | null;
        SlashCommandDescription: string | null;
        SlashCommandId: string | null;
        SlashCommandName: string | null;
        TextCommandName: string | null;
        TicketBlacklistRoles: string[];
        TicketChannelName: string | null;
        TicketCreationCooldownPerUser: number | null;
        TicketFeedbackChannelId: string | null;
        TicketLimit: number | null;
        TicketRateLimit: string | null;
        TicketStatusChannelId: string | null;
        TicketStatusMessageId: string | null;
        TicketStatusMessageTemplateId: string | null;
        TranscriptChannelId: string | null;
        UserDMWhenCloseMessageTemplateId: string | null;
        WithTicketFeedback: boolean | null;
    }
    Index

    Properties

    AutoAssignHandler: string | null
    AutoCloseAction: string[]
    AutoCloseAfterInactivity: number | null
    AutoCloseAfterTime: number | null
    AutoReplyMessageTemplateId: string | null
    CategoryId: string | null
    ChannelType: number | null
    CustomId: string
    EnableTicketsOnlyFromTime: string | null
    GuildId: string
    HasModal: boolean | null
    Id: number
    MessageTemplateId: string | null
    ModalTitle: string | null
    OldTicketCategoryId: string | null
    OnlyClaimMode: boolean | null
    RequiredRoles: string[]
    SendTranscriptToUser: boolean | null
    SlashCommandDescription: string | null
    SlashCommandId: string | null
    SlashCommandName: string | null
    TextCommandName: string | null
    TicketBlacklistRoles: string[]
    TicketChannelName: string | null
    TicketCreationCooldownPerUser: number | null
    TicketFeedbackChannelId: string | null
    TicketLimit: number | null
    TicketRateLimit: string | null
    TicketStatusChannelId: string | null
    TicketStatusMessageId: string | null
    TicketStatusMessageTemplateId: string | null
    TranscriptChannelId: string | null
    UserDMWhenCloseMessageTemplateId: string | null
    WithTicketFeedback: boolean | null