Variable: GetRemoteIssueLinkByIdSchema
ts
const GetRemoteIssueLinkByIdSchema: ZodObject<{
issueIdOrKey: ZodString;
linkId: ZodString;
}, $strip>;Defined in: src/cloud/parameters/getRemoteIssueLinkById.ts:3