Function NavLinksLinkMutationSchema
NavLinksLinkMutationSchema(): ZodObject< Required< { description?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; href?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; iconifyIcon?: ZodType< undefined | InputMaybe<NavLinksLinkIconifyIconMutation>, any, undefined | InputMaybe<NavLinksLinkIconifyIconMutation>, >; pageLink?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; title?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; }, >,> Returns ZodObject<
Required<
{
description?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
href?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
iconifyIcon?: ZodType<
undefined
| InputMaybe<NavLinksLinkIconifyIconMutation>,
any,
undefined | InputMaybe<NavLinksLinkIconifyIconMutation>,
>;
pageLink?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
title?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
},
>,
>