UNPKG

cnpmcore

Version:

Private NPM Registry for Enterprise

12 lines (11 loc) 260 B
import { Bone } from '../util/leoric.ts'; export declare class PackageDep extends Bone { id: bigint; createdAt: Date; updatedAt: Date; packageVersionId: string; packageDepId: string; scope: string; name: string; spec: string; }