UNPKG

@entity-factory/core

Version:

Create entities on the fly for mocking and testing

7 lines (6 loc) 223 B
import { Adapter } from './adapters/Adapter'; import { Blueprint } from './blueprint/Blueprint'; export interface EntityFactoryOptions { adapter?: Adapter; blueprints?: Array<Function | Blueprint<any, any, any>>; }