DisBot
    Preparing search index...

    Type Alias GuildUserModerationScalarWhereWithAggregatesInput

    type GuildUserModerationScalarWhereWithAggregatesInput = {
        AND?:
            | GuildUserModerationScalarWhereWithAggregatesInput
            | GuildUserModerationScalarWhereWithAggregatesInput[];
        CreatedAt?: | DateTimeNullableWithAggregatesFilter<"GuildUserModeration">
        | Date
        | string
        | null;
        DmMessage?:
            | StringNullableWithAggregatesFilter<"GuildUserModeration">
            | string
            | null;
        Duration?:
            | StringNullableWithAggregatesFilter<"GuildUserModeration">
            | string
            | null;
        GuildId?: StringWithAggregatesFilter<"GuildUserModeration"> | string;
        Id?: IntWithAggregatesFilter<"GuildUserModeration"> | number;
        LinkedCaseId?: StringWithAggregatesFilter<"GuildUserModeration"> | string;
        ModeratorId?:
            | StringNullableWithAggregatesFilter<"GuildUserModeration">
            | string
            | null;
        NOT?:
            | GuildUserModerationScalarWhereWithAggregatesInput
            | GuildUserModerationScalarWhereWithAggregatesInput[];
        Notes?: StringNullableListFilter<"GuildUserModeration">;
        OR?: GuildUserModerationScalarWhereWithAggregatesInput[];
        Reason?:
            | StringNullableWithAggregatesFilter<"GuildUserModeration">
            | string
            | null;
        Type?:
            | StringNullableWithAggregatesFilter<"GuildUserModeration">
            | string
            | null;
        UserIds?: StringNullableListFilter<"GuildUserModeration">;
        UUID?: StringWithAggregatesFilter<"GuildUserModeration"> | string;
    }
    Index

    Properties

    CreatedAt?:
        | DateTimeNullableWithAggregatesFilter<"GuildUserModeration">
        | Date
        | string
        | null
    DmMessage?:
        | StringNullableWithAggregatesFilter<"GuildUserModeration">
        | string
        | null
    Duration?:
        | StringNullableWithAggregatesFilter<"GuildUserModeration">
        | string
        | null
    GuildId?: StringWithAggregatesFilter<"GuildUserModeration"> | string
    Id?: IntWithAggregatesFilter<"GuildUserModeration"> | number
    LinkedCaseId?: StringWithAggregatesFilter<"GuildUserModeration"> | string
    ModeratorId?:
        | StringNullableWithAggregatesFilter<"GuildUserModeration">
        | string
        | null
    Notes?: StringNullableListFilter<"GuildUserModeration">
    Reason?:
        | StringNullableWithAggregatesFilter<"GuildUserModeration">
        | string
        | null
    Type?: StringNullableWithAggregatesFilter<"GuildUserModeration"> | string | null
    UserIds?: StringNullableListFilter<"GuildUserModeration">
    UUID?: StringWithAggregatesFilter<"GuildUserModeration"> | string