Type Alias ClientBlogScalarWhereWithAggregatesInput

ClientBlogScalarWhereWithAggregatesInput: {
    AND?: ClientBlogScalarWhereWithAggregatesInput | ClientBlogScalarWhereWithAggregatesInput[];
    NOT?: ClientBlogScalarWhereWithAggregatesInput | ClientBlogScalarWhereWithAggregatesInput[];
    OR?: ClientBlogScalarWhereWithAggregatesInput[];
    authorIcon?: StringWithAggregatesFilter<"ClientBlog"> | string;
    authorName?: StringWithAggregatesFilter<"ClientBlog"> | string;
    clientId?: StringWithAggregatesFilter<"ClientBlog"> | string;
    content?: StringWithAggregatesFilter<"ClientBlog"> | string;
    createdAt?: DateTimeWithAggregatesFilter<"ClientBlog"> | Date | string;
    dbId?: StringWithAggregatesFilter<"ClientBlog"> | string;
    identifier?: StringWithAggregatesFilter<"ClientBlog"> | string;
    isPinned?: BoolWithAggregatesFilter<"ClientBlog"> | boolean;
    isPublic?: BoolWithAggregatesFilter<"ClientBlog"> | boolean;
    lastEdited?: DateTimeWithAggregatesFilter<"ClientBlog"> | Date | string;
    reactions?: StringNullableListFilter<"ClientBlog">;
    reactionsCount?: IntNullableWithAggregatesFilter<"ClientBlog"> | number | null;
    tags?: StringNullableListFilter<"ClientBlog">;
    thumbnail?: StringNullableWithAggregatesFilter<"ClientBlog"> | string | null;
    title?: StringWithAggregatesFilter<"ClientBlog"> | string;
    views?: IntNullableWithAggregatesFilter<"ClientBlog"> | number | null;
}