From 73d7e2c6f9e6cdae234e9c81522732b6d302e166 Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 17 Jan 2024 16:19:51 +0100 Subject: [PATCH] chore: fix tsdoc Signed-off-by: blam Signed-off-by: blam --- plugins/scaffolder/src/deprecated.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scaffolder/src/deprecated.ts b/plugins/scaffolder/src/deprecated.ts index ffe923058b..907871946c 100644 --- a/plugins/scaffolder/src/deprecated.ts +++ b/plugins/scaffolder/src/deprecated.ts @@ -215,10 +215,10 @@ export type LayoutOptions = LayoutOptionsTemp; /** * TaskPageProps for constructing a TaskPage - * @param loadingText - Optional loading text shown before a task begins executing. * @public * @deprecated - this is a useless type that is no longer used. */ export type TaskPageProps = { + // Optional loading text shown before a task begins executing. loadingText?: string; };