Type Alias GuildDropsCountAggregateOutputType

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