Function PagesPortfolioSectionsProjectsSectionFilterSchema

  • Returns ZodObject<
        Required<
            {
                description?: ZodType<
                    undefined
                    | InputMaybe<StringFilter>,
                    any,
                    undefined | InputMaybe<StringFilter>,
                >;
                projects?: ZodType<
                    | undefined
                    | InputMaybe<PagesPortfolioSectionsProjectsSectionProjectsFilter>,
                    any,

                        | undefined
                        | InputMaybe<PagesPortfolioSectionsProjectsSectionProjectsFilter>,
                >;
                title?: ZodType<
                    undefined
                    | InputMaybe<StringFilter>,
                    any,
                    undefined | InputMaybe<StringFilter>,
                >;
            },
        >,
    >