DisBot
    Preparing search index...

    Type Alias GuildYoutubeNotificationsCreateManyArgs<ExtArgs>

    GuildYoutubeNotifications createMany

    type GuildYoutubeNotificationsCreateManyArgs<
        ExtArgs extends InternalArgs = DefaultArgs,
    > = {
        data:
            | GuildYoutubeNotificationsCreateManyInput
            | GuildYoutubeNotificationsCreateManyInput[];
        skipDuplicates?: boolean;
    }

    Type Parameters

    Index

    Properties

    The data used to create many GuildYoutubeNotifications.

    skipDuplicates?: boolean