Function BookmarksMutationSchema
BookmarksMutationSchema(): ZodObject< Required< { banner?: ZodType< undefined | InputMaybe<BookmarksBannerMutation>, any, undefined | InputMaybe<BookmarksBannerMutation>, >; favicon?: ZodType< undefined | InputMaybe<BookmarksFaviconMutation>, any, undefined | InputMaybe<BookmarksFaviconMutation>, >; href?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; title?: ZodType< undefined | InputMaybe<string>, any, undefined | InputMaybe<string>, >; }, >,>