Type Alias ClientBlogSelectScalar
ClientBlogSelectScalar: {
authorIcon?: boolean;
authorName?: boolean;
clientId?: boolean;
content?: boolean;
createdAt?: boolean;
dbId?: boolean;
identifier?: boolean;
isPinned?: boolean;
isPublic?: boolean;
lastEdited?: boolean;
reactions?: boolean;
reactionsCount?: boolean;
tags?: boolean;
thumbnail?: boolean;
title?: boolean;
views?: boolean;
}