Type Alias GuildRolePanelEmbedCreateManyArgs<ExtArgs>

GuildRolePanelEmbedCreateManyArgs<ExtArgs>: {
    data: GuildRolePanelEmbedCreateManyInput | GuildRolePanelEmbedCreateManyInput[];
    skipDuplicates?: boolean;
}

GuildRolePanelEmbed createMany

Type Parameters

Type declaration