• Returns ZodObject<
        Required<
            {
                internalLinks?: ZodType<
                    undefined
                    | Maybe<Maybe<LayoutAdminInternalLinks>[]>,
                    any,
                    undefined | Maybe<Maybe<LayoutAdminInternalLinks>[]>,
                >;
                sections?: ZodType<
                    undefined
                    | Maybe<Maybe<LayoutAdminSections>[]>,
                    any,
                    undefined | Maybe<Maybe<LayoutAdminSections>[]>,
                >;
            },
        >,
    >