Type Alias GuildCustomBotProfileIncludeUpdateManyAndReturn<ExtArgs>

GuildCustomBotProfileIncludeUpdateManyAndReturn<ExtArgs>: {
    guild?: boolean | GuildCustomBotProfile$guildArgs<ExtArgs>;
}

Type Parameters