From: Jérôme Benoit Date: Sun, 2 Jul 2023 21:55:02 +0000 (+0200) Subject: docs: refine interfaces scope X-Git-Tag: v2.6.7~7^2~4 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f03062dfd67b6a2961b5fee6c7d563613c4001c9;p=poolifier.git docs: refine interfaces scope Signed-off-by: Jérôme Benoit --- 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