DisBot
    Preparing search index...

    Type Alias GetGuildYoutubeNotificationsAggregateType<T>

    GetGuildYoutubeNotificationsAggregateType: {
        [P in keyof T & keyof AggregateGuildYoutubeNotifications]: P extends | "_count"
        | "count"
            ? T[P] extends true
                ? number
                : GetScalarType<T[P], AggregateGuildYoutubeNotifications[P]>
            : GetScalarType<T[P], AggregateGuildYoutubeNotifications[P]>
    }

    Type Parameters