DisBot
    Preparing search index...

    Type Alias GuildTwitchNotificationsCreateManyAndReturnArgs<ExtArgs>

    GuildTwitchNotifications createManyAndReturn

    type GuildTwitchNotificationsCreateManyAndReturnArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data:
            | GuildTwitchNotificationsCreateManyInput
            | GuildTwitchNotificationsCreateManyInput[];
        include?: | GuildTwitchNotificationsIncludeCreateManyAndReturn<ExtArgs>
        | null;
        omit?: GuildTwitchNotificationsOmit<ExtArgs> | null;
        select?: GuildTwitchNotificationsSelectCreateManyAndReturn<ExtArgs> | null;
        skipDuplicates?: boolean;
    }

    Type Parameters

    Index

    Properties

    The data used to create many GuildTwitchNotifications.

    Choose, which related nodes to fetch as well

    Omit specific fields from the GuildTwitchNotifications

    Select specific fields to fetch from the GuildTwitchNotifications

    skipDuplicates?: boolean