Type Alias GuildDropsCountAggregateOutputType
GuildDropsCountAggregateOutputType: {
_all: number;
createdAt: number;
dbId: number;
guildId: number;
kickChannelId: number;
kickDeliveryMode: number;
kickEnabled: number;
kickLiveNotificationChannelId: number;
kickLiveNotificationRoleId: number;
kickLiveNotifications: number;
kickRoleId: number;
kickScheduledHours: number;
kickScheduledWeekdays: number;
kickWindowEndHour: number;
kickWindowStartHour: number;
twitchChannelId: number;
twitchDeliveryMode: number;
twitchEnabled: number;
twitchLiveNotificationChannelId: number;
twitchLiveNotificationRoleId: number;
twitchLiveNotifications: number;
twitchRoleId: number;
twitchScheduledHours: number;
twitchScheduledWeekdays: number;
twitchWindowEndHour: number;
twitchWindowStartHour: number;
updatedAt: number;
}