UNPKG

@esm-js/jira.js

Version:

A comprehensive JavaScript/TypeScript library designed for both Node.JS and browsers, facilitating seamless interaction with the Atlassian Jira API.

8 lines (7 loc) 269 B
/** The Security Workspace information stored for the given ID. */ export interface GetLinkedWorkspaceById { /** The Security Workspace ID */ workspaceId: string; /** Latest date and time that the Security Workspace was updated in Jira. */ updatedAt: string; }