DisBot
    Preparing search index...

    Type Alias GuildDisBotAutoModerationAttachmentsScalarWhereWithAggregatesInput

    type GuildDisBotAutoModerationAttachmentsScalarWhereWithAggregatesInput = {
        Actions?: JsonNullableListFilter<"GuildDisBotAutoModerationAttachments">;
        AND?:
            | GuildDisBotAutoModerationAttachmentsScalarWhereWithAggregatesInput
            | GuildDisBotAutoModerationAttachmentsScalarWhereWithAggregatesInput[];
        ExcludedChannels?: StringNullableListFilter<
            "GuildDisBotAutoModerationAttachments",
        >;
        ExcludedRoles?: StringNullableListFilter<
            "GuildDisBotAutoModerationAttachments",
        >;
        GuildDisBotAutoModerationId?: | StringWithAggregatesFilter<
            "GuildDisBotAutoModerationAttachments",
        >
        | string;
        Id?: | IntWithAggregatesFilter<"GuildDisBotAutoModerationAttachments">
        | number;
        NOT?:
            | GuildDisBotAutoModerationAttachmentsScalarWhereWithAggregatesInput
            | GuildDisBotAutoModerationAttachmentsScalarWhereWithAggregatesInput[];
        OR?: GuildDisBotAutoModerationAttachmentsScalarWhereWithAggregatesInput[];
        RegexPetterns?: StringNullableListFilter<
            "GuildDisBotAutoModerationAttachments",
        >;
        Trigger?: JsonWithAggregatesFilter<"GuildDisBotAutoModerationAttachments">;
        UUID?:
            | StringWithAggregatesFilter<"GuildDisBotAutoModerationAttachments">
            | string;
    }
    Index

    Properties

    Actions?: JsonNullableListFilter<"GuildDisBotAutoModerationAttachments">
    ExcludedChannels?: StringNullableListFilter<
        "GuildDisBotAutoModerationAttachments",
    >
    ExcludedRoles?: StringNullableListFilter<"GuildDisBotAutoModerationAttachments">
    GuildDisBotAutoModerationId?:
        | StringWithAggregatesFilter<"GuildDisBotAutoModerationAttachments">
        | string
    Id?: IntWithAggregatesFilter<"GuildDisBotAutoModerationAttachments"> | number
    RegexPetterns?: StringNullableListFilter<"GuildDisBotAutoModerationAttachments">
    Trigger?: JsonWithAggregatesFilter<"GuildDisBotAutoModerationAttachments">
    UUID?:
        | StringWithAggregatesFilter<"GuildDisBotAutoModerationAttachments">
        | string