PublicVersionedHandlerInfo: HandlerInfo<VersionedObjectResult> & {
    type: "onNewVersion";
} & VersionedFilterType

Convenience representation of onNewVersion handlers for easier type checking.