/** The payload of linked Security Workspace IDs. */ export interface LinkedSecurityWorkspaceIds { /** The IDs of Security Workspaces that are linked to this Jira site. */ workspaceIds: string[]; }