@nx/nest
Version:
6 lines (5 loc) • 300 B
TypeScript
import type { Tree } from '@nx/devkit';
import type { NestGeneratorOptions } from '../utils';
export type InterfaceGeneratorOptions = NestGeneratorOptions;
export declare function interfaceGenerator(tree: Tree, rawOptions: InterfaceGeneratorOptions): Promise<any>;
export default interfaceGenerator;