AccountMentionsInput: ZodObject<
    { userId: ZodString },
    "strip",
    ZodTypeAny,
    { userId: string },
    { userId: string },
> = ...

Input argument schema for the account mentions action.