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