DisBot
    Preparing search index...

    Type Alias GuildUserModerationSettingUnmuteScalarWhereWithAggregatesInput

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

    Properties

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