Skip to content

Variable: RemoteIssueLinkIdentifiesSchema

ts
const RemoteIssueLinkIdentifiesSchema: ZodObject<{
  id: ZodOptional<ZodNumber>;
  self: ZodOptional<ZodString>;
}, $loose>;

Defined in: src/cloud/models/remoteIssueLinkIdentifies.ts:5

Details of the identifiers for a created or updated remote issue link.