UNPKG

cnpmcore

Version:

Private NPM Registry for Enterprise

10 lines (9 loc) 204 B
import { Bone } from '../util/leoric.ts'; export declare class Org extends Bone { id: bigint; createdAt: Date; updatedAt: Date; orgId: string; name: string; description: string; }