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 = {
|
||||
name: string;
|
||||
projectType: ProjectType;
|
||||
callingGenerator: string;
|
||||
callingGenerator: string | null;
|
||||
directory?: string;
|
||||
importPath?: string;
|
||||
projectNameAndRootFormat?: ProjectNameAndRootFormat;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user