Function ResourcesMutationSchema
ResourcesMutationSchema(): ZodObject< Required< { articles?: ZodType< undefined | InputMaybe<InputMaybe<ResourcesArticlesMutation>[]>, any, undefined | InputMaybe<InputMaybe<ResourcesArticlesMutation>[]>, >; banner?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; body?: ZodType<any, any, any>; bookmarks?: ZodType< undefined | InputMaybe<InputMaybe<ResourcesBookmarksMutation>[]>, any, undefined | InputMaybe<InputMaybe<ResourcesBookmarksMutation>[]>, >; brandLogo?: ZodType< undefined | InputMaybe<ResourcesBrandLogoMutation>, any, undefined | InputMaybe<ResourcesBrandLogoMutation>, >; createdAt?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; icon?: ZodType< undefined | InputMaybe<ResourcesIconMutation>, any, undefined | InputMaybe<ResourcesIconMutation>, >; importantLinks?: ZodType< undefined | InputMaybe<InputMaybe<ResourcesImportantLinksMutation>[]>, any, undefined | InputMaybe<InputMaybe<ResourcesImportantLinksMutation>[]>, >; inlineIcon?: ZodType< undefined | InputMaybe<boolean>, any, undefined | InputMaybe<boolean>, >; layout?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; searchbars?: ZodType< undefined | InputMaybe<InputMaybe<ResourcesSearchbarsMutation>[]>, any, undefined | InputMaybe<InputMaybe<ResourcesSearchbarsMutation>[]>, >; seo?: ZodType< undefined | InputMaybe<ResourcesSeoMutation>, any, undefined | InputMaybe<ResourcesSeoMutation>, >; subtitle?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; 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>, >; }, >,>