UNPKG

cnpmcore

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