UNPKG

@entity-factory/core

Version:

Create entities on the fly for mocking and testing

3 lines (2 loc) 168 B
import { Blueprint } from './blueprint/Blueprint'; export declare type EntityFactoryRegisterCallback<Entity = Partial<{}>> = (bp: Blueprint<Entity, any, any>) => void;