Function LayoutBlogHeaderMutationSchema
LayoutBlogHeaderMutationSchema(): ZodObject< Required< { image?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; navLinks?: ZodType< | undefined | InputMaybe<InputMaybe<LayoutBlogHeaderNavLinksMutation>[]>, any, undefined | InputMaybe<InputMaybe<LayoutBlogHeaderNavLinksMutation>[]>, >; title?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; }, >,>