UNPKG

@entity-factory/core

Version:

Create entities on the fly for mocking and testing

8 lines (7 loc) 249 B
/// <reference types="faker" /> import FakerStatic = Faker.FakerStatic; import { EntityFactoryExecutor } from '../EntityFactoryExecutor'; export interface BlueprintFactoryMethodContext { faker: FakerStatic; factory: EntityFactoryExecutor; }