Type Alias ClientChangelogScalarWhereWithAggregatesInput

ClientChangelogScalarWhereWithAggregatesInput: {
    AND?: ClientChangelogScalarWhereWithAggregatesInput | ClientChangelogScalarWhereWithAggregatesInput[];
    NOT?: ClientChangelogScalarWhereWithAggregatesInput | ClientChangelogScalarWhereWithAggregatesInput[];
    OR?: ClientChangelogScalarWhereWithAggregatesInput[];
    changes?: StringNullableListFilter<"ClientChangelog">;
    clientId?: StringWithAggregatesFilter<"ClientChangelog"> | string;
    date?: DateTimeWithAggregatesFilter<"ClientChangelog"> | Date | string;
    dbId?: StringWithAggregatesFilter<"ClientChangelog"> | string;
    identifier?: StringWithAggregatesFilter<"ClientChangelog"> | string;
    isPublic?: BoolWithAggregatesFilter<"ClientChangelog"> | boolean;
    thumbnail?: StringNullableWithAggregatesFilter<"ClientChangelog"> | string | null;
    title?: StringWithAggregatesFilter<"ClientChangelog"> | string;
}