DisBot
    Preparing search index...

    Type Alias GuildYoutubeNotificationsCountArgs<ExtArgs>

    GuildYoutubeNotificationsCountArgs: Omit<
        GuildYoutubeNotificationsFindManyArgs,
        "select"
        | "include"
        | "distinct"
        | "omit",
    > & { select?: GuildYoutubeNotificationsCountAggregateInputType | true }

    Type Parameters