diff --git a/plugins/todo-backend/api-report.md b/plugins/todo-backend/api-report.md index ac8b2ce957..602a6b4a87 100644 --- a/plugins/todo-backend/api-report.md +++ b/plugins/todo-backend/api-report.md @@ -131,6 +131,7 @@ export type TodoScmReaderOptions = { reader: UrlReader; integrations: ScmIntegrations; parser?: TodoParser; + excludeFolders?: string[]; }; // @public (undocumented)