Function LayoutAdminSectionsMutationSchema
LayoutAdminSectionsMutationSchema(): ZodObject< Required< { content?: ZodType< undefined | InputMaybe<LayoutAdminSectionsContentMutation>, any, undefined | InputMaybe<LayoutAdminSectionsContentMutation>, >; documentation?: ZodType< undefined | InputMaybe<LayoutAdminSectionsDocumentationMutation>, any, undefined | InputMaybe<LayoutAdminSectionsDocumentationMutation>, >; mirrors?: ZodType< undefined | InputMaybe<LayoutAdminSectionsMirrorsMutation>, any, undefined | InputMaybe<LayoutAdminSectionsMirrorsMutation>, >; security?: ZodType< undefined | InputMaybe<LayoutAdminSectionsSecurityMutation>, any, undefined | InputMaybe<LayoutAdminSectionsSecurityMutation>, >; seo?: ZodType< undefined | InputMaybe<LayoutAdminSectionsSeoMutation>, any, undefined | InputMaybe<LayoutAdminSectionsSeoMutation>, >; server?: ZodType< undefined | InputMaybe<LayoutAdminSectionsServerMutation>, any, undefined | InputMaybe<LayoutAdminSectionsServerMutation>, >; }, >,>