H5P NodeJS Library
    Preparing search index...

    Interface ILibraryInstallResult

    interface ILibraryInstallResult {
        newVersion?: IFullLibraryName;
        oldVersion?: IFullLibraryName;
        type: "none" | "new" | "patch";
    }
    Index

    Properties

    newVersion?: IFullLibraryName
    oldVersion?: IFullLibraryName
    type: "none" | "new" | "patch"