Function PagesPortfolioSectionsFaqItemMutationSchema

  • Returns ZodObject<
        Required<
            {
                body?: ZodType<any, any, any>;
                title?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
            },
        >,
    >