Function PagesPortfolioSectionsCallToActionActionsSchema
PagesPortfolioSectionsCallToActionActionsSchema(): ZodObject< Required< { href?: ZodType< undefined | Maybe<string>, any, undefined | Maybe<string>, >; title: ZodType<string, any, string>; }, >,> Returns ZodObject<
Required<
{
href?: ZodType<
undefined
| Maybe<string>,
any,
undefined | Maybe<string>,
>;
title: ZodType<string, any, string>;
},
>,
>