UNPKG

@entity-factory/core

Version:

Create entities on the fly for mocking and testing

7 lines (6 loc) 225 B
import { AdapterBlueprintOptions } from '../AdapterBlueprintOptions'; export interface ObjectBlueprintOptions extends AdapterBlueprintOptions { generateId?: boolean; idAttribute?: string; uuidPrimary?: boolean; }