cleanup(devkit): update project name and root helper options type (#18758)

This commit is contained in:
Leosvel Pérez Espinosa 2023-08-22 14:33:45 +01:00 committed by GitHub
parent 3b547dcf09
commit e8aebe1fe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;