GuildDropsMinAggregateInputType: {
    createdAt?: true;
    dbId?: true;
    guildId?: true;
    kickChannelId?: true;
    kickDeliveryMode?: true;
    kickEnabled?: true;
    kickLiveNotificationChannelId?: true;
    kickLiveNotificationRoleId?: true;
    kickLiveNotifications?: true;
    kickRoleId?: true;
    kickWindowEndHour?: true;
    kickWindowStartHour?: true;
    twitchChannelId?: true;
    twitchDeliveryMode?: true;
    twitchEnabled?: true;
    twitchLiveNotificationChannelId?: true;
    twitchLiveNotificationRoleId?: true;
    twitchLiveNotifications?: true;
    twitchRoleId?: true;
    twitchWindowEndHour?: true;
    twitchWindowStartHour?: true;
    updatedAt?: true;
}