/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface RemoteIssueLinkIdentifiesAsResponse { /** * The ID of the remote issue link, such as the ID of the item on the remote system. */ id?: number; /** * The URL of the remote issue link. */ self?: string; } //# sourceMappingURL=RemoteIssueLinkIdentifiesAsResponse.d.ts.map