DisBot
    Preparing search index...

    Type Alias GuildYoutubeNotificationsCreateManyAndReturnArgs<ExtArgs>

    GuildYoutubeNotifications createManyAndReturn

    type GuildYoutubeNotificationsCreateManyAndReturnArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data:
            | GuildYoutubeNotificationsCreateManyInput
            | GuildYoutubeNotificationsCreateManyInput[];
        include?: | GuildYoutubeNotificationsIncludeCreateManyAndReturn<ExtArgs>
        | null;
        omit?: GuildYoutubeNotificationsOmit<ExtArgs> | null;
        select?: GuildYoutubeNotificationsSelectCreateManyAndReturn<ExtArgs> | null;
        skipDuplicates?: boolean;
    }

    Type Parameters

    Index

    Properties

    The data used to create many GuildYoutubeNotifications.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildYoutubeNotifications

    Select specific fields to fetch from the GuildYoutubeNotifications

    skipDuplicates?: boolean