Type Alias GuildCustomBotProfileFindUniqueOrThrowArgs<ExtArgs>

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

GuildCustomBotProfile findUniqueOrThrow

Type Parameters

Type declaration