Interface representing prompts for module name and description.

Prompt

interface Prompt {
    moduleDescription: string;
    moduleName: string;
}

Properties

moduleDescription: string

The description of the module or task.

moduleName: string

The name of the module or task.

Generated using TypeDoc