Type Alias GuildDropsGroupByOutputType
GuildDropsGroupByOutputType: { _count: GuildDropsCountAggregateOutputType | null; _max: GuildDropsMaxAggregateOutputType | null; _min: GuildDropsMinAggregateOutputType | null; createdAt: Date; dbId: string; guildId: string; kickChannelId: string | null; kickEnabled: boolean; kickLiveNotificationChannelId: string | null; kickLiveNotificationRoleId: string | null; kickLiveNotifications: boolean; kickRoleId: string | null; twitchChannelId: string | null; twitchEnabled: boolean; twitchLiveNotificationChannelId: string | null; twitchLiveNotificationRoleId: string | null; twitchLiveNotifications: boolean; twitchRoleId: string | null; updatedAt: Date; }