UNPKG

@entity-factory/core

Version:

Create entities on the fly for mocking and testing

6 lines (5 loc) 128 B
export interface ObjectAdapterOptions { generateId?: boolean; defaultIdAttribute?: string; uuidPrimary?: boolean; }