UNPKG

cnpmcore

Version:
14 lines (13 loc) 272 B
import { Bone } from 'leoric'; 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; }