Deprecate remoteUrl

Signed-off-by: James Turley <jamesturley1905@googlemail.com>
This commit is contained in:
James Turley
2021-04-06 15:26:33 +01:00
parent 98dd5da717
commit 9fdbc1e216
+1
View File
@@ -73,6 +73,7 @@ type OutputLink = {
export type TaskOutput = {
entityRef?: string;
/** @deprecated use the `links` property to link out to relevant resources */
remoteUrl?: string;
links?: OutputLink[];
[key: string]: any;