From 3c1c6f55b93401e473f63091646ab8bb79b72a1d Mon Sep 17 00:00:00 2001 From: Ben Lambert Date: Fri, 18 Feb 2022 14:25:47 +0100 Subject: [PATCH] chore: code review comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ben Lambert Co-authored-by: Fredrik Adelöw --- plugins/scaffolder-backend/src/scaffolder/tasks/types.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugins/scaffolder-backend/src/scaffolder/tasks/types.ts b/plugins/scaffolder-backend/src/scaffolder/tasks/types.ts index 6209c34796..c75b85f7b5 100644 --- a/plugins/scaffolder-backend/src/scaffolder/tasks/types.ts +++ b/plugins/scaffolder-backend/src/scaffolder/tasks/types.ts @@ -110,7 +110,7 @@ export type TaskSecrets = Record & { }; /** - * The result of the TaskBroker Dispatch + * The result of {@link TaskBroker.dispatch} * * @public */ @@ -119,7 +119,7 @@ export type TaskBrokerDispatchResult = { }; /** - * The options passed to TaskBroker Dispatch + * The options passed to {@link TaskBroker.dispatch} * Currently a spec and optional secrets * * @public @@ -196,7 +196,7 @@ export type TaskStoreListEventsOptions = { }; /** - * The options passed to TaskStore create + * The options passed to {@link TaskStore.createTask} * @public */ export type TaskStoreCreateTaskOptions = { @@ -205,7 +205,7 @@ export type TaskStoreCreateTaskOptions = { }; /** - * The response from TaskStoreCreate + * The response from {@link TaskStore.createTask} * @public */ export type TaskStoreCreateTaskResult = {