UNPKG

@eang/core

Version:

eang - model driven enterprise event processing

7 lines (6 loc) 205 B
import { IObj } from '../entity.js'; export interface ObjOptions extends Omit<Partial<IObj>, 'typeOf' | 'entityType'> { } export interface InstanceObjOptions extends ObjOptions { instanceOf: string; }