Function LayoutBlogFooterNavLinksMutationSchema
LayoutBlogFooterNavLinksMutationSchema(): ZodObject< Required< { navLink?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; }, >,> Returns ZodObject<
Required<
{
navLink?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
},
>,
>