Type Alias GuildCustomBotProfileDefaultArgs<ExtArgs>

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

GuildCustomBotProfile without action

Type Parameters

Type declaration