Type alias TLockfileObject

TLockfileObject: {
    [versionInfo: string]: TLockfileEntry;
}

Type declaration