docs: refine interfaces scope
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 2 Jul 2023 21:55:02 +0000 (23:55 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 2 Jul 2023 21:55:02 +0000 (23:55 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/utility-types.ts

index a2f3de1c293475ba8089c91a5715508c4e9d52cb..9ecf56577f999f4d56a5474917d522f644993749 100644 (file)
@@ -24,6 +24,8 @@ export interface TaskError<Data = unknown> {
 
 /**
  * Task performance.
+ *
+ * @internal
  */
 export interface TaskPerformance {
   /**
@@ -42,6 +44,8 @@ export interface TaskPerformance {
 
 /**
  * Performance statistics computation.
+ *
+ * @internal
  */
 export interface WorkerStatistics {
   runTime: boolean