@o3r/core
Version:
Core of the Otter Framework
9 lines • 366 B
TypeScript
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