Function LayoutPortfolioMutationSchema

  • Returns ZodObject<
        Required<
            {
                links?: ZodType<
                    undefined
                    | InputMaybe<InputMaybe<LayoutPortfolioLinksMutation>[]>,
                    any,
                    undefined | InputMaybe<InputMaybe<LayoutPortfolioLinksMutation>[]>,
                >;
                title?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
            },
        >,
    >