UNPKG

cnpmcore

Version:

Private NPM Registry for Enterprise

10 lines (9 loc) 220 B
import { Bone } from '../util/leoric.ts'; export declare class TeamPackage extends Bone { id: bigint; createdAt: Date; updatedAt: Date; teamPackageId: string; teamId: string; packageId: string; }