Common Utilities
    Preparing search index...

    Type Alias NormalizedProjectGeneratorSchema

    type NormalizedProjectGeneratorSchema = {
        directory: string;
        fullProjectName: string;
        projectName: string;
        sourceRoot: string;
        targetRoot: string;
        type: ProjectType;
    }
    Index

    Properties

    directory: string
    fullProjectName: string
    projectName: string
    sourceRoot: string
    targetRoot: string