chore: remove explicit default visibility at config.d.ts files

Signed-off-by: Patrick Jungermann <Patrick.Jungermann@gmail.com>
This commit is contained in:
Patrick Jungermann
2022-10-20 00:18:44 +02:00
parent 32387ee6ca
commit a6d779d58a
6 changed files with 15 additions and 21 deletions
-1
View File
@@ -21,7 +21,6 @@ export interface Config {
stackoverflow?: {
/**
* The base url of the Stack Overflow API used for the plugin
* @visibility backend
*/
baseUrl?: string;