UNPKG

cnpmcore

Version:

Private NPM Registry for Enterprise

12 lines (11 loc) 305 B
import type { DIST_NAMES } from '../../core/entity/Package.ts'; import { Bone } from '../util/leoric.ts'; export declare class ProxyCache extends Bone { id: bigint; createdAt: Date; updatedAt: Date; fullname: string; fileType: DIST_NAMES; filePath: string; version?: string; }