Interface representing prompts for selecting naming conventions.

Prompt

interface Prompt {
    naming: Conventions;
}

Properties

Properties

naming: Conventions

The selected naming convention for the project.

Generated using TypeDoc