Function PagesPortfolioSectionsReferencesSectionReferencesMutationSchema
PagesPortfolioSectionsReferencesSectionReferencesMutationSchema(): ZodObject< Required< { company?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; linkedin?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; name?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; position?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; profile?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; quote?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; }, >,> Returns ZodObject<
Required<
{
company?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
linkedin?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
name?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
position?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
profile?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
quote?: ZodType<
undefined
| InputMaybe<string>,
any,
undefined | InputMaybe<string>,
>;
},
>,
>