Skip to content

twitterContentSchema

const twitterContentSchema: ZodObject<{ content: ZodString; links: ZodOptional<ZodArray<ZodObject<{ text: ZodString; url: ZodURL; }, $strip>>>; }, $strip>