Type Alias ClientBlogUncheckedCreateWithoutClientInput
ClientBlogUncheckedCreateWithoutClientInput: { authorIcon: string; authorName: string; content: string; createdAt: Date | string; dbId?: string; identifier: string; isPinned?: boolean; isPublic?: boolean; lastEdited: Date | string; reactions?: ClientBlogCreatereactionsInput | string[]; reactionsCount?: number | null; tags?: ClientBlogCreatetagsInput | string[]; thumbnail?: string | null; title: string; views?: number | null; }