Function PagesPortfolioSectionsCertificatesCertificateListMutationSchema

  • Returns ZodObject<
        Required<
            {
                companyImage?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
                description?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
                end?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
                iconName?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
                iconPack?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
                image?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
                invert?: ZodType<
                    undefined
                    | InputMaybe<boolean>,
                    any,
                    undefined | InputMaybe<boolean>,
                >;
                link?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
                start?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
                title?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
            },
        >,
    >