Interface GitPromptClient

interface GitPromptClient {
    ask(question): Promise<Answer>;
}

Implemented by

Methods

Methods