Type Alias GuildCustomBotProfileIncludeCreateManyAndReturn<ExtArgs>

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

Type Parameters