@nx/detox
Version:
11 lines • 417 B
TypeScript
import { CreateNodesV2 } from '@nx/devkit';
export interface DetoxPluginOptions {
buildTargetName?: string;
startTargetName?: string;
testTargetName?: string;
buildDepsTargetName?: string;
watchDepsTargetName?: string;
}
export declare const createNodes: CreateNodesV2<DetoxPluginOptions>;
export declare const createNodesV2: CreateNodesV2<DetoxPluginOptions>;
//# sourceMappingURL=plugin.d.ts.map