Type Alias Guild$customBotProfileArgs<ExtArgs>

Guild$customBotProfileArgs<ExtArgs>: {
    include?: GuildCustomBotProfileInclude<ExtArgs> | null;
    omit?: GuildCustomBotProfileOmit<ExtArgs> | null;
    select?: GuildCustomBotProfileSelect<ExtArgs> | null;
    where?: GuildCustomBotProfileWhereInput;
}

Guild.customBotProfile

Type Parameters

Type declaration