UNPKG

cnpmcore

Version:

Private NPM Registry for Enterprise

14 lines (13 loc) 283 B
import { Bone } from '../util/leoric.ts'; export declare class Binary extends Bone { id: bigint; createdAt: Date; updatedAt: Date; binaryId: string; category: string; parent: string; name: string; isDir: boolean; size: number; date: string; }