DisBot
    Preparing search index...

    Type Alias GuildSpotifyNotificationsCreateManyArgs<ExtArgs>

    GuildSpotifyNotifications createMany

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

    Type Parameters

    Index

    Properties

    The data used to create many GuildSpotifyNotifications.

    skipDuplicates?: boolean