DisBot
    Preparing search index...

    Type Alias GuildUserModerationSettingMuteScalarWhereWithAggregatesInput

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

    Properties

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