Function PagesPortfolioSectionsCallToActionMutationSchema
PagesPortfolioSectionsCallToActionMutationSchema(): ZodObject< Required< { actions?: ZodType< | undefined | InputMaybe< InputMaybe<PagesPortfolioSectionsCallToActionActionsMutation>[], >, any, | undefined | InputMaybe< InputMaybe<PagesPortfolioSectionsCallToActionActionsMutation>[], >, >; description?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; title?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; }, >,>