DisBot
    Preparing search index...

    Type Alias GuildLoggingScalarWhereWithAggregatesInput

    type GuildLoggingScalarWhereWithAggregatesInput = {
        AND?:
            | GuildLoggingScalarWhereWithAggregatesInput
            | GuildLoggingScalarWhereWithAggregatesInput[];
        AutoMod?: | StringNullableWithAggregatesFilter<"GuildLogging">
        | string
        | null;
        Ban?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null;
        Channel?:
            | StringNullableWithAggregatesFilter<"GuildLogging">
            | string
            | null;
        Emoji?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null;
        Event?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null;
        Guild?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null;
        GuildId?: StringWithAggregatesFilter<"GuildLogging"> | string;
        Id?: IntWithAggregatesFilter<"GuildLogging"> | number;
        Integration?:
            | StringNullableWithAggregatesFilter<"GuildLogging">
            | string
            | null;
        Invite?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null;
        Kick?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null;
        Member?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null;
        Message?:
            | StringNullableWithAggregatesFilter<"GuildLogging">
            | string
            | null;
        Moderation?:
            | StringNullableWithAggregatesFilter<"GuildLogging">
            | string
            | null;
        NOT?:
            | GuildLoggingScalarWhereWithAggregatesInput
            | GuildLoggingScalarWhereWithAggregatesInput[];
        OR?: GuildLoggingScalarWhereWithAggregatesInput[];
        Poll?: StringNullableWithAggregatesFilter<"GuildLogging">
        | string
        | null;
        Reaction?:
            | StringNullableWithAggregatesFilter<"GuildLogging">
            | string
            | null;
        Role?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null;
        SoundBoard?:
            | StringNullableWithAggregatesFilter<"GuildLogging">
            | string
            | null;
        Stage?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null;
        Sticker?:
            | StringNullableWithAggregatesFilter<"GuildLogging">
            | string
            | null;
        Thread?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null;
        Voice?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null;
        Webhook?:
            | StringNullableWithAggregatesFilter<"GuildLogging">
            | string
            | null;
    }
    Index

    Properties

    AutoMod?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null
    Ban?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null
    Channel?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null
    Emoji?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null
    Event?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null
    Guild?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null
    GuildId?: StringWithAggregatesFilter<"GuildLogging"> | string
    Id?: IntWithAggregatesFilter<"GuildLogging"> | number
    Integration?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null
    Invite?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null
    Kick?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null
    Member?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null
    Message?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null
    Moderation?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null
    Poll?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null
    Reaction?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null
    Role?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null
    SoundBoard?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null
    Stage?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null
    Sticker?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null
    Thread?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null
    Voice?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null
    Webhook?: StringNullableWithAggregatesFilter<"GuildLogging"> | string | null