Function ArticlesYoutubeMutationSchema

  • Returns ZodObject<
        Required<
            {
                isShort?: ZodType<
                    undefined
                    | InputMaybe<boolean>,
                    any,
                    undefined | InputMaybe<boolean>,
                >;
                link?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
                params?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
                title?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
                video_title?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
            },
        >,
    >