Updated config.d.ts to include apiKey

Signed-off-by: Matt Mulligan <mmulligan03@gmail.com>
This commit is contained in:
Matt Mulligan
2022-06-20 22:42:58 -04:00
parent 7bf05c18e0
commit 7cf7b1e4e7
+6
View File
@@ -24,5 +24,11 @@ export interface Config {
* @visibility backend
*/
baseUrl: string;
/**
* The api key to authenticate to Stack Overflow API
* @visibility backend
*/
apiKey: string;
};
}