Add config schema for Bitbucket scaffolder

This commit is contained in:
Mathias Åhsberg
2021-01-05 12:02:43 +00:00
parent e3ac288459
commit 839f25d015
+3
View File
@@ -27,5 +27,8 @@ export interface Config {
baseUrl: string;
api: { [key: string]: string };
};
bitbucket?: {
api: { [key: string]: string };
};
};
}