From f03062dfd67b6a2961b5fee6c7d563613c4001c9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sun, 2 Jul 2023 23:55:02 +0200 Subject: [PATCH] docs: refine interfaces scope MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- src/utility-types.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/utility-types.ts b/src/utility-types.ts index a2f3de1c..9ecf5657 100644 --- a/src/utility-types.ts +++ b/src/utility-types.ts @@ -24,6 +24,8 @@ export interface TaskError { /** * Task performance. + * + * @internal */ export interface TaskPerformance { /** @@ -42,6 +44,8 @@ export interface TaskPerformance { /** * Performance statistics computation. + * + * @internal */ export interface WorkerStatistics { runTime: boolean -- 2.34.1