Type Alias ClientBlogSelect<ExtArgs>

ClientBlogSelect<ExtArgs>: GetSelect<{
    authorIcon?: boolean;
    authorName?: boolean;
    client?: boolean | ClientBlog$clientArgs<ExtArgs>;
    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;
}, ExtArgs["result"]["clientBlog"]>

Type Parameters