Type Alias GuildCustomBotProfileCreateManyAndReturnArgs<ExtArgs>

GuildCustomBotProfileCreateManyAndReturnArgs<ExtArgs>: {
    data: GuildCustomBotProfileCreateManyInput | GuildCustomBotProfileCreateManyInput[];
    include?: GuildCustomBotProfileIncludeCreateManyAndReturn<ExtArgs> | null;
    omit?: GuildCustomBotProfileOmit<ExtArgs> | null;
    select?: GuildCustomBotProfileSelectCreateManyAndReturn<ExtArgs> | null;
    skipDuplicates?: boolean;
}

GuildCustomBotProfile createManyAndReturn

Type Parameters

Type declaration