nx-mesh
Version:
GraphQL Mesh support for Nx
6 lines (5 loc) • 397 B
TypeScript
import type { Tree } from '@nrwl/devkit';
import type { AppGeneratorSchema } from './schema';
export declare function applicationGenerator(tree: Tree, options: AppGeneratorSchema): Promise<import("@nrwl/devkit").GeneratorCallback>;
export declare const applicationSchematic: (generatorOptions: AppGeneratorSchema) => (tree: any, context: any) => Promise<any>;
export default applicationGenerator;