Interface ThirdPartyLibraryDetailsInterface

Interface that holds version data of a third party library

interface ThirdPartyLibraryDetailsInterface {
    library: string;
    name: string;
    version: string;
}

Properties

Properties

library: string

Package name of the third party library

name: string

Human friendly name of the third party library

version: string

Version of the third party library

Generated using TypeDoc