cnpmcore
Version:
15 lines (14 loc) • 329 B
TypeScript
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;
}