DisBot
    Preparing search index...

    Type Alias GuildYoutubeNotificationsSelectUpdateManyAndReturn<ExtArgs>

    GuildYoutubeNotificationsSelectUpdateManyAndReturn: GetSelect<
        {
            ChannelId?: boolean;
            GuildId?: boolean;
            Guilds?: boolean
            | GuildsDefaultArgs<ExtArgs>;
            Id?: boolean;
            Latest?: boolean;
            MessageTemplateId?: boolean;
            PingRoles?: boolean;
            UUID?: boolean;
            YoutubeChannelId?: boolean;
        },
        ExtArgs["result"]["guildYoutubeNotifications"],
    >

    Type Parameters