Type Alias GuildDropsMaxAggregateOutputType
GuildDropsMaxAggregateOutputType: {
createdAt: Date | null;
dbId: string | null;
guildId: string | null;
kickChannelId: string | null;
kickEnabled: boolean | null;
kickLiveNotificationChannelId: string | null;
kickLiveNotificationRoleId: string | null;
kickRoleId: string | null;
liveNotifications: boolean | null;
twitchChannelId: string | null;
twitchEnabled: boolean | null;
twitchLiveNotificationChannelId: string | null;
twitchLiveNotificationRoleId: string | null;
twitchRoleId: string | null;
updatedAt: Date | null;
}