Type Alias GuildCustomBotProfileSelectCreateManyAndReturn<ExtArgs>

GuildCustomBotProfileSelectCreateManyAndReturn<ExtArgs>: GetSelect<{
    avatarKey?: boolean;
    bannerKey?: boolean;
    bio?: boolean;
    dbId?: boolean;
    enabled?: boolean;
    guild?: boolean | GuildCustomBotProfile$guildArgs<ExtArgs>;
    guildId?: boolean;
    nick?: boolean;
}, ExtArgs["result"]["guildCustomBotProfile"]>

Type Parameters