Function PagesBlogSectionsFilterSchema
PagesBlogSectionsFilterSchema(): ZodObject< Required< { aboutSection?: ZodType< undefined | InputMaybe<PagesBlogSectionsAboutSectionFilter>, any, undefined | InputMaybe<PagesBlogSectionsAboutSectionFilter>, >; changelog?: ZodType< undefined | InputMaybe<PagesBlogSectionsChangelogFilter>, any, undefined | InputMaybe<PagesBlogSectionsChangelogFilter>, >; ctaGroup?: ZodType< undefined | InputMaybe<PagesBlogSectionsCtaGroupFilter>, any, undefined | InputMaybe<PagesBlogSectionsCtaGroupFilter>, >; dependencyList?: ZodType< undefined | InputMaybe<PagesBlogSectionsDependencyListFilter>, any, undefined | InputMaybe<PagesBlogSectionsDependencyListFilter>, >; featuredArticle?: ZodType< undefined | InputMaybe<PagesBlogSectionsFeaturedArticleFilter>, any, undefined | InputMaybe<PagesBlogSectionsFeaturedArticleFilter>, >; heroSection?: ZodType< undefined | InputMaybe<PagesBlogSectionsHeroSectionFilter>, any, undefined | InputMaybe<PagesBlogSectionsHeroSectionFilter>, >; logoMarquee?: ZodType< undefined | InputMaybe<PagesBlogSectionsLogoMarqueeFilter>, any, undefined | InputMaybe<PagesBlogSectionsLogoMarqueeFilter>, >; mirrorsList?: ZodType< undefined | InputMaybe<PagesBlogSectionsMirrorsListFilter>, any, undefined | InputMaybe<PagesBlogSectionsMirrorsListFilter>, >; pwaNavigator?: ZodType< undefined | InputMaybe<PagesBlogSectionsPwaNavigatorFilter>, any, undefined | InputMaybe<PagesBlogSectionsPwaNavigatorFilter>, >; recentCollection?: ZodType< undefined | InputMaybe<PagesBlogSectionsRecentCollectionFilter>, any, undefined | InputMaybe<PagesBlogSectionsRecentCollectionFilter>, >; relatedBlogs?: ZodType< undefined | InputMaybe<PagesBlogSectionsRelatedBlogsFilter>, any, undefined | InputMaybe<PagesBlogSectionsRelatedBlogsFilter>, >; }, >,>