UNPKG

@entity-factory/core

Version:

Create entities on the fly for mocking and testing

5 lines (4 loc) 170 B
import { EntityObjectType } from '../common/EntityObjectType'; export declare type BlueprintOptions<Options> = Options & { __type: EntityObjectType<any> | string; };