GuildDropsMinAggregateOutputType: {
    createdAt: Date | null;
    dbId: string | null;
    guildId: string | null;
    kickChannelId: string | null;
    kickDeliveryMode: NotificationDeliveryEnum | null;
    kickEnabled: boolean | null;
    kickLiveNotificationChannelId: string | null;
    kickLiveNotificationRoleId: string | null;
    kickLiveNotifications: boolean | null;
    kickRoleId: string | null;
    kickWindowEndHour: number | null;
    kickWindowStartHour: number | null;
    twitchChannelId: string | null;
    twitchDeliveryMode: NotificationDeliveryEnum | null;
    twitchEnabled: boolean | null;
    twitchLiveNotificationChannelId: string | null;
    twitchLiveNotificationRoleId: string | null;
    twitchLiveNotifications: boolean | null;
    twitchRoleId: string | null;
    twitchWindowEndHour: number | null;
    twitchWindowStartHour: number | null;
    updatedAt: Date | null;
}