@s-libs/js-core
    Preparing search index...

    Interface VersionedObject

    Objects that can be managed by MigrationManager must conform to this interface.

    interface VersionedObject {
        _version: number;
    }
    Index

    Properties

    Properties

    _version: number