Clean up TaskOutput typedef

Signed-off-by: James Turley <jamesturley1905@googlemail.com>
This commit is contained in:
James Turley
2021-04-06 15:46:42 +01:00
parent 04eae5a8db
commit 26526f1962
+2 -1
View File
@@ -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;
};