• Returns ZodObject<
        Required<
            {
                banner?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
                body?: ZodType<any, any, any>;
                createdAt?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
                layout?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
                references?: ZodType<
                    undefined
                    | InputMaybe<InputMaybe<string>[]>,
                    any,
                    undefined | InputMaybe<InputMaybe<string>[]>,
                >;
                seo?: ZodType<
                    undefined
                    | InputMaybe<ArticlesSeoMutation>,
                    any,
                    undefined | InputMaybe<ArticlesSeoMutation>,
                >;
                tags?: ZodType<
                    undefined
                    | InputMaybe<InputMaybe<string>[]>,
                    any,
                    undefined | InputMaybe<InputMaybe<string>[]>,
                >;
                title?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
                updatedAt?: ZodType<
                    undefined
                    | InputMaybe<string>,
                    any,
                    undefined | InputMaybe<string>,
                >;
                youtube?: ZodType<
                    undefined
                    | InputMaybe<InputMaybe<ArticlesYoutubeMutation>[]>,
                    any,
                    undefined | InputMaybe<InputMaybe<ArticlesYoutubeMutation>[]>,
                >;
            },
        >,
    >