Type Alias GuildCustomBotProfileInclude<ExtArgs>

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

Type Parameters