address PR feedback

Signed-off-by: Connor Younglund <younglund_connor@bah.com>
This commit is contained in:
Connor Younglund
2022-12-02 15:56:15 -05:00
parent 6756292c24
commit 1c5ee67616
3 changed files with 13 additions and 5 deletions
+7 -1
View File
@@ -25,9 +25,15 @@ export interface Config {
baseUrl?: string;
/**
* The api key to authenticate to Stack Overflow API
* The API key to authenticate to Stack Overflow API
* @visibility secret
*/
apiKey?: string;
/**
* The API Access Token to authenticate to Stack Overflow API
* @visibility secret
*/
apiAccessToken?: string;
};
}