Clean up TaskOutput typedef
Signed-off-by: James Turley <jamesturley1905@googlemail.com>
This commit is contained in:
@@ -76,5 +76,6 @@ export type TaskOutput = {
|
||||
/** @deprecated use the `links` property to link out to relevant resources */
|
||||
remoteUrl?: string;
|
||||
links?: OutputLink[];
|
||||
[key: string]: any;
|
||||
} & {
|
||||
[key: string]: unknown;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user