Skip to content

twitterAvatarSchema

const twitterAvatarSchema: ZodObject<{ author: ZodString; avatar: ZodOptional<ZodString>; handle: ZodString; }, $strip>