Function PagesPortfolioSectionsAboutSectionFilterSchema
PagesPortfolioSectionsAboutSectionFilterSchema(): ZodObject< Required< { background?: ZodType< undefined | InputMaybe<ImageFilter>, any, undefined | InputMaybe<ImageFilter>, >; body?: ZodType< undefined | InputMaybe<RichTextFilter>, any, undefined | InputMaybe<RichTextFilter>, >; greeting?: ZodType< undefined | InputMaybe<StringFilter>, any, undefined | InputMaybe<StringFilter>, >; image?: ZodType< undefined | InputMaybe<ImageFilter>, any, undefined | InputMaybe<ImageFilter>, >; }, >,>