PostTweetInput: ZodObject<
    { tweet: ZodString },
    "strip",
    ZodTypeAny,
    { tweet: string },
    { tweet: string },
> = ...

Input argument schema for the post tweet action.