Type Alias GuildCustomBotProfileCreateManyArgs<ExtArgs>

GuildCustomBotProfileCreateManyArgs<ExtArgs>: {
    data: GuildCustomBotProfileCreateManyInput | GuildCustomBotProfileCreateManyInput[];
    skipDuplicates?: boolean;
}

GuildCustomBotProfile createMany

Type Parameters

Type declaration