UNPKG

cnpmcore

Version:
15 lines (14 loc) 329 B
import { Bone } from 'leoric'; export declare class Package extends Bone { id: bigint; createdAt: Date; updatedAt: Date; packageId: string; registryId: string; scope: string; name: string; isPrivate: boolean; description: string; abbreviatedsDistId: string; manifestsDistId: string; }