Update plugins/devtools/config.d.ts

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
Signed-off-by: williamwu-mongodb <william.t.wu@mongodb.com>
This commit is contained in:
williamwu-mongodb
2025-12-09 11:14:52 -08:00
committed by GitHub
parent 2c7447ca3a
commit 6a552b389a
+2 -2
View File
@@ -14,12 +14,12 @@
* limitations under the License.
*/
export interface Config {
devTools: {
devTools?: {
/**
* Scheduled tasks configuration
* @visibility frontend
*/
scheduledTasks: {
scheduledTasks?: {
/**
* A list of plugin IDs to select from, e.g. ['catalog', 'scaffolder']
* @visibility frontend