@nx/playwright
Version:
8 lines • 332 B
TypeScript
import { type CreateNodesV2 } from '@nx/devkit';
export interface PlaywrightPluginOptions {
targetName?: string;
ciTargetName?: string;
}
export declare const createNodes: CreateNodesV2<PlaywrightPluginOptions>;
export declare const createNodesV2: CreateNodesV2<PlaywrightPluginOptions>;
//# sourceMappingURL=plugin.d.ts.map