DisBot
    Preparing search index...

    Type Alias GuildUserModerationSettingUnwarnScalarWhereWithAggregatesInput

    type GuildUserModerationSettingUnwarnScalarWhereWithAggregatesInput = {
        Actions?: JsonNullableListFilter<"GuildUserModerationSettingUnwarn">;
        AND?:
            | GuildUserModerationSettingUnwarnScalarWhereWithAggregatesInput
            | GuildUserModerationSettingUnwarnScalarWhereWithAggregatesInput[];
        AuditLogReason?: | StringWithAggregatesFilter<
            "GuildUserModerationSettingUnwarn",
        >
        | string;
        DefaultReason?: | StringWithAggregatesFilter<
            "GuildUserModerationSettingUnwarn",
        >
        | string;
        GuildUserModerationSettingId?: | StringWithAggregatesFilter<
            "GuildUserModerationSettingUnwarn",
        >
        | string;
        Id?: IntWithAggregatesFilter<"GuildUserModerationSettingUnwarn">
        | number;
        NeedReason?:
            | BoolWithAggregatesFilter<"GuildUserModerationSettingUnwarn">
            | boolean;
        NOT?:
            | GuildUserModerationSettingUnwarnScalarWhereWithAggregatesInput
            | GuildUserModerationSettingUnwarnScalarWhereWithAggregatesInput[];
        OR?: GuildUserModerationSettingUnwarnScalarWhereWithAggregatesInput[];
    }
    Index

    Properties

    Actions?: JsonNullableListFilter<"GuildUserModerationSettingUnwarn">
    AuditLogReason?:
        | StringWithAggregatesFilter<"GuildUserModerationSettingUnwarn">
        | string
    DefaultReason?:
        | StringWithAggregatesFilter<"GuildUserModerationSettingUnwarn">
        | string
    GuildUserModerationSettingId?:
        | StringWithAggregatesFilter<"GuildUserModerationSettingUnwarn">
        | string
    Id?: IntWithAggregatesFilter<"GuildUserModerationSettingUnwarn"> | number
    NeedReason?:
        | BoolWithAggregatesFilter<"GuildUserModerationSettingUnwarn">
        | boolean