UNPKG

@kerthin/domain

Version:
6 lines (5 loc) 198 B
import { ObjectId } from 'mongodb'; import { Identifier } from './identifier'; export declare class UniqueEntityID extends Identifier<string | ObjectId> { constructor(id?: string | ObjectId); }