Updated config.d.ts to include apiKey
Signed-off-by: Matt Mulligan <mmulligan03@gmail.com>
This commit is contained in:
+6
@@ -24,5 +24,11 @@ export interface Config {
|
||||
* @visibility backend
|
||||
*/
|
||||
baseUrl: string;
|
||||
|
||||
/**
|
||||
* The api key to authenticate to Stack Overflow API
|
||||
* @visibility backend
|
||||
*/
|
||||
apiKey: string;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user