DisBot
    Preparing search index...

    Type Alias GuildUserModerationSettingWarnScalarWhereWithAggregatesInput

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

    Properties

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