Type Alias GuildCustomBotProfileDeleteArgs<ExtArgs>

GuildCustomBotProfileDeleteArgs<ExtArgs>: {
    include?: GuildCustomBotProfileInclude<ExtArgs> | null;
    omit?: GuildCustomBotProfileOmit<ExtArgs> | null;
    select?: GuildCustomBotProfileSelect<ExtArgs> | null;
    where: GuildCustomBotProfileWhereUniqueInput;
}

GuildCustomBotProfile delete

Type Parameters

Type declaration