Type Alias GuildCustomBotProfileOmit<ExtArgs>

GuildCustomBotProfileOmit<ExtArgs>: GetOmit<
    | "dbId"
    | "enabled"
    | "nick"
    | "bio"
    | "avatarKey"
    | "bannerKey"
    | "guildId", ExtArgs["result"]["guildCustomBotProfile"]>

Type Parameters