GuildRolePanelGroupByOutputType: {
    _avg: GuildRolePanelAvgAggregateOutputType | null;
    _count: GuildRolePanelCountAggregateOutputType | null;
    _max: GuildRolePanelMaxAggregateOutputType | null;
    _min: GuildRolePanelMinAggregateOutputType | null;
    _sum: GuildRolePanelSumAggregateOutputType | null;
    assignMode: RolePanelAssignMode;
    boosterOnly: boolean | null;
    channelId: string;
    dbId: string;
    guildId: string;
    interactionType: RolePanelType;
    logChannelId: string | null;
    maxRoles: number | null;
    messageId: string | null;
    name: string;
    panelId: string;
    requireAccountAgeDays: number | null;
    requireJoinAgeDays: number | null;
    requireMessageCount: number | null;
    webhookAvatarUrl: string | null;
    webhookEnabled: boolean;
    webhookUsername: string | null;
}