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