Type Alias GuildCustomBotProfileCreateArgs<ExtArgs>

GuildCustomBotProfileCreateArgs<ExtArgs>: {
    data: XOR<GuildCustomBotProfileCreateInput, GuildCustomBotProfileUncheckedCreateInput>;
    include?: GuildCustomBotProfileInclude<ExtArgs> | null;
    omit?: GuildCustomBotProfileOmit<ExtArgs> | null;
    select?: GuildCustomBotProfileSelect<ExtArgs> | null;
}

GuildCustomBotProfile create

Type Parameters

Type declaration