PostTweetReplyInput: ZodObject<
    { tweetId: ZodString; tweetReply: ZodString },
    "strip",
    ZodTypeAny,
    { tweetId: string; tweetReply: string },
    { tweetId: string; tweetReply: string },
> = ...

Input argument schema for the post tweet reply action.