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