Type Alias GuildCustomBotProfileWhereUniqueInput

GuildCustomBotProfileWhereUniqueInput: Prisma.AtLeast<{
    AND?: GuildCustomBotProfileWhereInput | GuildCustomBotProfileWhereInput[];
    NOT?: GuildCustomBotProfileWhereInput | GuildCustomBotProfileWhereInput[];
    OR?: GuildCustomBotProfileWhereInput[];
    avatarKey?: StringNullableFilter<"GuildCustomBotProfile"> | string | null;
    bannerKey?: StringNullableFilter<"GuildCustomBotProfile"> | string | null;
    bio?: StringNullableFilter<"GuildCustomBotProfile"> | string | null;
    dbId?: string;
    enabled?: BoolFilter<"GuildCustomBotProfile"> | boolean;
    guild?: XOR<GuildNullableScalarRelationFilter, GuildWhereInput> | null;
    guildId?: string;
    nick?: StringNullableFilter<"GuildCustomBotProfile"> | string | null;
}, "dbId" | "guildId">