DisBot
    Preparing search index...

    Type Alias GuildLogsScalarWhereWithAggregatesInput

    type GuildLogsScalarWhereWithAggregatesInput = {
        AND?:
            | GuildLogsScalarWhereWithAggregatesInput
            | GuildLogsScalarWhereWithAggregatesInput[];
        GuildId?: StringWithAggregatesFilter<"GuildLogs">
        | string;
        Id?: IntWithAggregatesFilter<"GuildLogs"> | number;
        LogJSON?: StringWithAggregatesFilter<"GuildLogs"> | string;
        LogMessage?: StringWithAggregatesFilter<"GuildLogs"> | string;
        NOT?:
            | GuildLogsScalarWhereWithAggregatesInput
            | GuildLogsScalarWhereWithAggregatesInput[];
        Notes?: StringNullableListFilter<"GuildLogs">;
        OR?: GuildLogsScalarWhereWithAggregatesInput[];
        UUID?: StringWithAggregatesFilter<"GuildLogs"> | string;
    }
    Index

    Properties

    GuildId?: StringWithAggregatesFilter<"GuildLogs"> | string
    Id?: IntWithAggregatesFilter<"GuildLogs"> | number
    LogJSON?: StringWithAggregatesFilter<"GuildLogs"> | string
    LogMessage?: StringWithAggregatesFilter<"GuildLogs"> | string
    Notes?: StringNullableListFilter<"GuildLogs">
    UUID?: StringWithAggregatesFilter<"GuildLogs"> | string