Interface representing the prompt for a task name.

Prompt

interface Prompt {
    taskName: string;
}

Properties

Properties

taskName: string

Generated using TypeDoc