cleanup(devkit): update project name and root helper options type (#18758)
This commit is contained in:
parent
3b547dcf09
commit
e8aebe1fe1
@ -21,7 +21,7 @@ export type ProjectNameAndRootFormat = 'as-provided' | 'derived';
|
|||||||
export type ProjectGenerationOptions = {
|
export type ProjectGenerationOptions = {
|
||||||
name: string;
|
name: string;
|
||||||
projectType: ProjectType;
|
projectType: ProjectType;
|
||||||
callingGenerator: string;
|
callingGenerator: string | null;
|
||||||
directory?: string;
|
directory?: string;
|
||||||
importPath?: string;
|
importPath?: string;
|
||||||
projectNameAndRootFormat?: ProjectNameAndRootFormat;
|
projectNameAndRootFormat?: ProjectNameAndRootFormat;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user