diff --git a/plugins/todo-backend/api-report.md b/plugins/todo-backend/api-report.md index 3908d2475b..dabe2fbfd4 100644 --- a/plugins/todo-backend/api-report.md +++ b/plugins/todo-backend/api-report.md @@ -118,6 +118,9 @@ export type TodoReaderServiceOptions = { defaultPageSize?: number; }; +// @alpha (undocumented) +export const todoReaderServiceRef: ServiceRef; + // @public (undocumented) export class TodoScmReader implements TodoReader { constructor(options: TodoScmReaderOptions); @@ -139,9 +142,6 @@ export type TodoScmReaderOptions = { filePathFilter?: (filePath: string) => boolean; }; -// @alpha (undocumented) -export const todoScmReaderRef: ServiceRef; - // @public (undocumented) export interface TodoService { // (undocumented)