Sanity Library Reference Docs
    Preparing search index...

    Type Alias CollaborationCommentsListenOptionsAlpha

    CollaborationCommentsListenOptions:
        | Omit<ListenOptions, "includeAllVersions">
        | Omit<ResumableListenOptions, "includeAllVersions">

    Listener options for collaboration.comments.listen.

    includeAllVersions is left out: comments are stored as sanity.comment documents with no drafts or versions, so it would never make a difference.