Visibility matters.

Signed-off-by: Matt Mulligan <mmulligan03@gmail.com>
This commit is contained in:
Matt Mulligan
2022-06-23 08:56:36 -04:00
parent 9172fac4b2
commit 1ce878fad4
+1 -1
View File
@@ -27,7 +27,7 @@ export interface Config {
/**
* The api key to authenticate to Stack Overflow API
* @visibility backend
* @visibility frontend
*/
apiKey?: string;
};