• Returns ZodObject<
        Required<
            {
                articles?: ZodType<
                    undefined
                    | InputMaybe<ArticlesMutation>,
                    any,
                    undefined | InputMaybe<ArticlesMutation>,
                >;
                bookmarks?: ZodType<
                    undefined
                    | InputMaybe<BookmarksMutation>,
                    any,
                    undefined | InputMaybe<BookmarksMutation>,
                >;
                global?: ZodType<
                    undefined
                    | InputMaybe<GlobalMutation>,
                    any,
                    undefined | InputMaybe<GlobalMutation>,
                >;
                layout?: ZodType<
                    undefined
                    | InputMaybe<LayoutMutation>,
                    any,
                    undefined | InputMaybe<LayoutMutation>,
                >;
                navLinks?: ZodType<
                    undefined
                    | InputMaybe<NavLinksMutation>,
                    any,
                    undefined | InputMaybe<NavLinksMutation>,
                >;
                pages?: ZodType<
                    undefined
                    | InputMaybe<PagesMutation>,
                    any,
                    undefined | InputMaybe<PagesMutation>,
                >;
                resources?: ZodType<
                    undefined
                    | InputMaybe<ResourcesMutation>,
                    any,
                    undefined | InputMaybe<ResourcesMutation>,
                >;
                searchbars?: ZodType<
                    undefined
                    | InputMaybe<SearchbarsMutation>,
                    any,
                    undefined | InputMaybe<SearchbarsMutation>,
                >;
                socials?: ZodType<
                    undefined
                    | InputMaybe<SocialsMutation>,
                    any,
                    undefined | InputMaybe<SocialsMutation>,
                >;
            },
        >,
    >