UNPKG

@o3r/core

Version:
9 lines 366 B
import { NgGenerateCommonStoreSchematicsSchema } from '../common/schema'; /** * Properties associated to an Otter entity sync store */ export interface NgGenerateEntitySyncStoreSchematicsSchema extends NgGenerateCommonStoreSchematicsSchema { /** The property name that identifies the model */ modelIdPropName: string; } //# sourceMappingURL=schema.d.ts.map