chore: code review comments

Signed-off-by: Ben Lambert <blam@spotify.com>

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Ben Lambert
2022-02-18 14:25:47 +01:00
committed by GitHub
parent 2886e2c448
commit 3c1c6f55b9
@@ -110,7 +110,7 @@ export type TaskSecrets = Record<string, string> & {
};
/**
* 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 = {