UNPKG

@o3r/core

Version:
9 lines 354 B
import { NgGenerateCommonStoreSchematicsSchema } from '../common/schema'; /** * Properties associated to an Otter simple async store */ export interface NgGenerateSimpleAsyncStoreSchematicsSchema extends NgGenerateCommonStoreSchematicsSchema { /** Test framework used */ testFramework: 'jest' | 'jasmine'; } //# sourceMappingURL=schema.d.ts.map