import {Rule} from'@angular-devkit/schematics';
import {formChain} from"../schematic-utils/schematic-util-wrapper";
exportdefaultfunction (options: any): Rule {
// Call the form chain function to create the generic chainreturnformChain(options, 'casedata');
}