UNPKG

@nx/nest

Version:

The Nx Plugin for Nest contains executors and generators for allowing your workspace to create powerful Nest best in class APIs.

6 lines 339 B
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; //# sourceMappingURL=interface.d.ts.map