variable embedAuthorPredicate

readonly
embedAuthorPredicate: z.ZodObject<{  name: z.ZodString;  icon_url: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;  url: z.ZodOptional<z.ZodEffects<z.ZodString, string, string>>;}, "strip", z.ZodTypeAny, {  name: string;  url?: string | undefined;  icon_url?: string | undefined;}, {  name: string;  url?: string | undefined;  icon_url?: string | undefined;}>