Type Alias GuildDropsCountAggregateInputType

GuildDropsCountAggregateInputType: {
    _all?: true;
    createdAt?: true;
    dbId?: true;
    guildId?: true;
    kickChannelId?: true;
    kickEnabled?: true;
    kickLiveNotificationChannelId?: true;
    kickLiveNotificationRoleId?: true;
    kickRoleId?: true;
    liveNotifications?: true;
    twitchChannelId?: true;
    twitchEnabled?: true;
    twitchLiveNotificationChannelId?: true;
    twitchLiveNotificationRoleId?: true;
    twitchRoleId?: true;
    updatedAt?: true;
}