From 2b0387915daf698d7f268224772140557b77e774 Mon Sep 17 00:00:00 2001 From: Oleg S <97077423+RobotSail@users.noreply.github.com> Date: Mon, 20 Feb 2023 09:13:52 -0500 Subject: [PATCH] update api report Signed-off-by: Oleg S <97077423+RobotSail@users.noreply.github.com> --- plugins/todo-backend/api-report.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)